Enum ethtool::EthtoolLinkModeDuplex
source · [−]pub enum EthtoolLinkModeDuplex {
Half,
Full,
Unknown,
Other(u8),
}Variants
Half
Full
Unknown
Other(u8)
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for EthtoolLinkModeDuplex
impl Send for EthtoolLinkModeDuplex
impl Sync for EthtoolLinkModeDuplex
impl Unpin for EthtoolLinkModeDuplex
impl UnwindSafe for EthtoolLinkModeDuplex
Blanket Implementations
Mutably borrows from an owned value. Read more