Struct nix::sys::socket::sockopt::ReceiveTimestampns [−][src]
pub struct ReceiveTimestampns;
Expand description
Enable or disable the receiving of the SO_TIMESTAMPNS
control message.
Trait Implementations
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
Mutably borrows from an owned value. Read more