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