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