pub enum FEFW {
DROP,
FORWARD,
}
Expand description
Values that can be written to the field FEF
Variants§
DROP
Rx FIFO drops frames with error status
FORWARD
All frames except runt error frames are forwarded to the DMA
Auto Trait Implementations§
impl Freeze for FEFW
impl RefUnwindSafe for FEFW
impl Send for FEFW
impl Sync for FEFW
impl Unpin for FEFW
impl UnwindSafe for FEFW
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