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