Enum Dtcefd
#[repr(u8)]pub enum Dtcefd {
Enabled = 0,
Disabled = 1,
}Variants§
Enabled = 0
Drop frames with errors only in the receive checksum offload engine
Disabled = 1
Do not drop frames that only have errors in the receive checksum offload engine
Implementations§
Trait Implementations§
impl Copy for Dtcefd
impl Eq for Dtcefd
§impl Ord for Dtcefd
impl Ord for Dtcefd
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Dtcefd
impl PartialOrd for Dtcefd
impl StructuralPartialEq for Dtcefd
Auto Trait Implementations§
impl Freeze for Dtcefd
impl RefUnwindSafe for Dtcefd
impl Send for Dtcefd
impl Sync for Dtcefd
impl Unpin for Dtcefd
impl UnsafeUnpin for Dtcefd
impl UnwindSafe for Dtcefd
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