Struct nix::sys::socket::sockopt::ReceiveTimestamp [−][src]
pub struct ReceiveTimestamp;
Expand description
Enable or disable the receiving of the SO_TIMESTAMP
control message.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ReceiveTimestamp
impl Send for ReceiveTimestamp
impl Sync for ReceiveTimestamp
impl Unpin for ReceiveTimestamp
impl UnwindSafe for ReceiveTimestamp
Blanket Implementations
Mutably borrows from an owned value. Read more