Enum Ipco
#[repr(u8)]pub enum Ipco {
Disabled = 0,
Offload = 1,
}Variants§
Disabled = 0
IPv4 checksum offload disabled
Offload = 1
IPv4 checksums are checked in received frames
Implementations§
Trait Implementations§
impl Copy for Ipco
impl Eq for Ipco
§impl Ord for Ipco
impl Ord for Ipco
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 Ipco
impl PartialOrd for Ipco
impl StructuralPartialEq for Ipco
Auto Trait Implementations§
impl Freeze for Ipco
impl RefUnwindSafe for Ipco
impl Send for Ipco
impl Sync for Ipco
impl Unpin for Ipco
impl UnsafeUnpin for Ipco
impl UnwindSafe for Ipco
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