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