pub enum TXFRQW {
DISCARD,
}Expand description
Values that can be written to the field TXFRQ
Variants§
DISCARD
Set the TXE flags. This allows to discard the transmit data
Auto Trait Implementations§
impl Freeze for TXFRQW
impl RefUnwindSafe for TXFRQW
impl Send for TXFRQW
impl Sync for TXFRQW
impl Unpin for TXFRQW
impl UnwindSafe for TXFRQW
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