pub struct TXUNDERR_R(/* private fields */);Expand description
Field TXUNDERR reader - Transmit FIFO underrun error
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TXUNDERR_R
impl RefUnwindSafe for TXUNDERR_R
impl Send for TXUNDERR_R
impl Sync for TXUNDERR_R
impl Unpin for TXUNDERR_R
impl UnwindSafe for TXUNDERR_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