pub struct STAT_RX_R(/* private fields */);Expand description
Field STAT_RX reader - Status bits, for reception transfers
Implementations§
Methods from Deref<Target = FieldReader<u8, STAT_RX_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for STAT_RX_R
impl RefUnwindSafe for STAT_RX_R
impl Send for STAT_RX_R
impl Sync for STAT_RX_R
impl Unpin for STAT_RX_R
impl UnwindSafe for STAT_RX_R
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