pub struct EthtoolCoalesceHandle(/* private fields */);Implementations§
Source§impl EthtoolCoalesceHandle
impl EthtoolCoalesceHandle
pub fn new(handle: EthtoolHandle) -> Self
Sourcepub fn get(&mut self, iface_name: Option<&str>) -> EthtoolCoalesceGetRequest
pub fn get(&mut self, iface_name: Option<&str>) -> EthtoolCoalesceGetRequest
Retrieve the ethtool coalesces of a interface (equivalent to ethtool -c eth1)
Auto Trait Implementations§
impl Freeze for EthtoolCoalesceHandle
impl !RefUnwindSafe for EthtoolCoalesceHandle
impl Send for EthtoolCoalesceHandle
impl Sync for EthtoolCoalesceHandle
impl Unpin for EthtoolCoalesceHandle
impl UnsafeUnpin for EthtoolCoalesceHandle
impl !UnwindSafe for EthtoolCoalesceHandle
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