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