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