pub enum DTCEFDW {
ENABLED,
DISABLED,
}
Expand description
Values that can be written to the field DTCEFD
Variants§
ENABLED
Drop frames with errors only in the receive checksum offload engine
DISABLED
Do not drop frames that only have errors in the receive checksum offload engine
Auto Trait Implementations§
impl Freeze for DTCEFDW
impl RefUnwindSafe for DTCEFDW
impl Send for DTCEFDW
impl Sync for DTCEFDW
impl Unpin for DTCEFDW
impl UnwindSafe for DTCEFDW
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