Struct ethtool::EthtoolMessage
source · [−]pub struct EthtoolMessage {
pub cmd: EthtoolCmd,
pub nlas: Vec<EthtoolAttr>,
}Fields
cmd: EthtoolCmdnlas: Vec<EthtoolAttr>Implementations
Trait Implementations
Return the unique family name registered in the kernel Read more
Deserialize the current type.
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 EthtoolMessage
impl Send for EthtoolMessage
impl Sync for EthtoolMessage
impl Unpin for EthtoolMessage
impl UnwindSafe for EthtoolMessage
Blanket Implementations
Mutably borrows from an owned value. Read more