pub struct TegraAconnect {
regs: MmioRegion,
power_state: PowerState,
children: Vec<BusChild>,
ape_clk_enabled: bool,
apb2ape_clk_enabled: bool,
}Fields§
§regs: MmioRegion§power_state: PowerState§children: Vec<BusChild>§ape_clk_enabled: bool§apb2ape_clk_enabled: boolImplementations§
Source§impl TegraAconnect
impl TegraAconnect
Trait Implementations§
Source§impl BusDriver for TegraAconnect
impl BusDriver for TegraAconnect
Auto Trait Implementations§
impl Freeze for TegraAconnect
impl RefUnwindSafe for TegraAconnect
impl Send for TegraAconnect
impl Sync for TegraAconnect
impl Unpin for TegraAconnect
impl UnsafeUnpin for TegraAconnect
impl UnwindSafe for TegraAconnect
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