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