pub struct AHB { /* private fields */ }
Expand description
AMBA High-performance Bus (AHB) registers
Auto Trait Implementations§
impl Freeze for AHB
impl RefUnwindSafe for AHB
impl Send for AHB
impl Sync for AHB
impl Unpin for AHB
impl UnwindSafe for AHB
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