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) -> ReceiveTimestampns
impl Copy for ReceiveTimestampns
impl Debug for ReceiveTimestampns
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for ReceiveTimestampns
impl Hash for ReceiveTimestampns
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl PartialEq<ReceiveTimestampns> for ReceiveTimestampns
fn eq(&Self, other: &ReceiveTimestampns) -> bool
impl SetSockOpt for ReceiveTimestampns
impl GetSockOpt for ReceiveTimestampns
impl StructuralEq for ReceiveTimestampns
impl StructuralPartialEq for ReceiveTimestampns
Auto Trait Implementations
impl RefUnwindSafe for ReceiveTimestampns
impl Send for ReceiveTimestampns
impl Sync for ReceiveTimestampns
impl Unpin for ReceiveTimestampns
impl UnwindSafe for ReceiveTimestampns
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T