pub enum EDFEW {
DISABLED,
ENABLED,
}Expand description
Values that can be written to the field EDFE
Variants§
DISABLED
Normal descriptor format
ENABLED
Enhanced 32-byte descriptor format, required for timestamping and IPv4 checksum offload
Auto Trait Implementations§
impl Freeze for EDFEW
impl RefUnwindSafe for EDFEW
impl Send for EDFEW
impl Sync for EDFEW
impl Unpin for EDFEW
impl UnwindSafe for EDFEW
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