pub struct RdAuxB { /* private fields */ }Expand description
Read Auxiliary Register Group B
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RdAuxB
impl RefUnwindSafe for RdAuxB
impl Send for RdAuxB
impl Sync for RdAuxB
impl Unpin for RdAuxB
impl UnsafeUnpin for RdAuxB
impl UnwindSafe for RdAuxB
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