pub struct ReceiveTimestamp;Expand description
Enable or disable the receiving of the SO_TIMESTAMP control message.
Trait Implementations
sourceimpl Clone for ReceiveTimestamp
 
impl Clone for ReceiveTimestamp
sourcefn clone(&self) -> ReceiveTimestamp
 
fn clone(&self) -> ReceiveTimestamp
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for ReceiveTimestamp
 
impl Debug for ReceiveTimestamp
sourceimpl GetSockOpt for ReceiveTimestamp
 
impl GetSockOpt for ReceiveTimestamp
sourceimpl Hash for ReceiveTimestamp
 
impl Hash for ReceiveTimestamp
sourceimpl PartialEq<ReceiveTimestamp> for ReceiveTimestamp
 
impl PartialEq<ReceiveTimestamp> for ReceiveTimestamp
sourcefn eq(&self, other: &ReceiveTimestamp) -> bool
 
fn eq(&self, other: &ReceiveTimestamp) -> bool
sourceimpl SetSockOpt for ReceiveTimestamp
 
impl SetSockOpt for ReceiveTimestamp
impl Copy for ReceiveTimestamp
impl Eq 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
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more