Enum stm32_metapac::eth::vals::Fef
#[repr(u8)]pub enum Fef {
DROP = 0,
FORWARD = 1,
}
Variants§
DROP = 0
Rx FIFO drops frames with error status
FORWARD = 1
All frames except runt error frames are forwarded to the DMA
Implementations§
Trait Implementations§
§impl Ord for Fef
impl Ord for Fef
§impl PartialOrd for Fef
impl PartialOrd for Fef
impl Copy for Fef
impl Eq for Fef
impl StructuralPartialEq for Fef
Auto Trait Implementations§
impl Freeze for Fef
impl RefUnwindSafe for Fef
impl Send for Fef
impl Sync for Fef
impl Unpin for Fef
impl UnwindSafe for Fef
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)