pub enum RXOFW {
_0,
_1,
}Expand description
Values that can be written to the field RXOF
Variants§
_0
No receive buffer overflow has occurred since the last time the flag was cleared.
_1
At least one receive buffer overflow has occurred since the last time the flag was cleared.
Auto Trait Implementations§
impl Freeze for RXOFW
impl RefUnwindSafe for RXOFW
impl Send for RXOFW
impl Sync for RXOFW
impl Unpin for RXOFW
impl UnwindSafe for RXOFW
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