Struct nix::sys::socket::sockopt::ReceiveTimestampns
pub struct ReceiveTimestampns;Documentation
Enable or disable the receiving of the SO_TIMESTAMPNS control message.
Trait Implementations
impl Clone for ReceiveTimestampns
fn clone(&Self) -> ReceiveTimestampnsimpl Copy for ReceiveTimestampnsimpl Debug for ReceiveTimestampns
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for ReceiveTimestampnsimpl Hash for ReceiveTimestampns
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<ReceiveTimestampns> for ReceiveTimestampns
fn eq(&Self, other: &ReceiveTimestampns) -> boolimpl SetSockOpt for ReceiveTimestampns
impl GetSockOpt for ReceiveTimestampns
impl StructuralEq for ReceiveTimestampnsimpl StructuralPartialEq for ReceiveTimestampnsAuto Trait Implementations
impl RefUnwindSafe for ReceiveTimestampnsimpl Send for ReceiveTimestampnsimpl Sync for ReceiveTimestampnsimpl Unpin for ReceiveTimestampnsimpl UnwindSafe for ReceiveTimestampnsBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T