#[repr(u8)]pub enum MtlRxq0OperationModeDisTcpEf {
ENABLE = 0,
DISABLE = 1,
}Variants§
ENABLE = 0
Dropping of TCP/IP Checksum Error Packets is enabled
DISABLE = 1
Dropping of TCP/IP Checksum Error Packets is disabled
Implementations§
Trait Implementations§
Source§impl Clone for MtlRxq0OperationModeDisTcpEf
impl Clone for MtlRxq0OperationModeDisTcpEf
Source§fn clone(&self) -> MtlRxq0OperationModeDisTcpEf
fn clone(&self) -> MtlRxq0OperationModeDisTcpEf
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MtlRxq0OperationModeDisTcpEf
impl Debug for MtlRxq0OperationModeDisTcpEf
Source§impl From<MtlRxq0OperationModeDisTcpEf> for u8
impl From<MtlRxq0OperationModeDisTcpEf> for u8
Source§fn from(val: MtlRxq0OperationModeDisTcpEf) -> u8
fn from(val: MtlRxq0OperationModeDisTcpEf) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MtlRxq0OperationModeDisTcpEf
impl From<u8> for MtlRxq0OperationModeDisTcpEf
Source§fn from(val: u8) -> MtlRxq0OperationModeDisTcpEf
fn from(val: u8) -> MtlRxq0OperationModeDisTcpEf
Converts to this type from the input type.
Source§impl Ord for MtlRxq0OperationModeDisTcpEf
impl Ord for MtlRxq0OperationModeDisTcpEf
Source§fn cmp(&self, other: &MtlRxq0OperationModeDisTcpEf) -> Ordering
fn cmp(&self, other: &MtlRxq0OperationModeDisTcpEf) -> Ordering
1.21.0 · 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
Source§impl PartialEq for MtlRxq0OperationModeDisTcpEf
impl PartialEq for MtlRxq0OperationModeDisTcpEf
Source§fn eq(&self, other: &MtlRxq0OperationModeDisTcpEf) -> bool
fn eq(&self, other: &MtlRxq0OperationModeDisTcpEf) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MtlRxq0OperationModeDisTcpEf
impl PartialOrd for MtlRxq0OperationModeDisTcpEf
impl Copy for MtlRxq0OperationModeDisTcpEf
impl Eq for MtlRxq0OperationModeDisTcpEf
impl StructuralPartialEq for MtlRxq0OperationModeDisTcpEf
Auto Trait Implementations§
impl Freeze for MtlRxq0OperationModeDisTcpEf
impl RefUnwindSafe for MtlRxq0OperationModeDisTcpEf
impl Send for MtlRxq0OperationModeDisTcpEf
impl Sync for MtlRxq0OperationModeDisTcpEf
impl Unpin for MtlRxq0OperationModeDisTcpEf
impl UnwindSafe for MtlRxq0OperationModeDisTcpEf
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