Struct ethtool::EthtoolHandle
source · [−]pub struct EthtoolHandle {
pub handle: GenetlinkHandle,
}Fields
handle: GenetlinkHandleImplementations
pub async fn request(
&mut self,
message: NetlinkMessage<GenlMessage<EthtoolMessage>>
) -> Result<impl Stream<Item = Result<NetlinkMessage<GenlMessage<EthtoolMessage>>, DecodeError>>, EthtoolError>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for EthtoolHandle
impl Send for EthtoolHandle
impl Sync for EthtoolHandle
impl Unpin for EthtoolHandle
impl !UnwindSafe for EthtoolHandle
Blanket Implementations
Mutably borrows from an owned value. Read more