pub enum RXOFEW {
_0,
_1,
}Expand description
Values that can be written to the field RXOFE
Variants§
_0
RXOF flag does not generate an interrupt to the host.
_1
RXOF flag generates an interrupt to the host.
Auto Trait Implementations§
impl Freeze for RXOFEW
impl RefUnwindSafe for RXOFEW
impl Send for RXOFEW
impl Sync for RXOFEW
impl Unpin for RXOFEW
impl UnwindSafe for RXOFEW
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