pub struct SimplePmBus {
regs: MmioRegion,
power_state: PowerState,
children: Vec<BusChild>,
num_clocks: u32,
}Fields§
§regs: MmioRegion§power_state: PowerState§children: Vec<BusChild>§num_clocks: u32Implementations§
Trait Implementations§
Source§impl BusDriver for SimplePmBus
impl BusDriver for SimplePmBus
Auto Trait Implementations§
impl Freeze for SimplePmBus
impl RefUnwindSafe for SimplePmBus
impl Send for SimplePmBus
impl Sync for SimplePmBus
impl Unpin for SimplePmBus
impl UnsafeUnpin for SimplePmBus
impl UnwindSafe for SimplePmBus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more