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