pub struct ReceiveTimestamp;
Expand description
Enable or disable the receiving of the SO_TIMESTAMP
control message.
Trait Implementations§
source§impl Clone for ReceiveTimestamp
impl Clone for ReceiveTimestamp
source§fn clone(&self) -> ReceiveTimestamp
fn clone(&self) -> ReceiveTimestamp
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ReceiveTimestamp
impl Debug for ReceiveTimestamp
source§impl GetSockOpt for ReceiveTimestamp
impl GetSockOpt for ReceiveTimestamp
source§impl Hash for ReceiveTimestamp
impl Hash for ReceiveTimestamp
source§impl PartialEq for ReceiveTimestamp
impl PartialEq for ReceiveTimestamp
source§impl SetSockOpt for ReceiveTimestamp
impl SetSockOpt for ReceiveTimestamp
impl Copy for ReceiveTimestamp
impl Eq for ReceiveTimestamp
impl StructuralPartialEq for ReceiveTimestamp
Auto Trait Implementations§
impl Freeze for ReceiveTimestamp
impl RefUnwindSafe for ReceiveTimestamp
impl Send for ReceiveTimestamp
impl Sync for ReceiveTimestamp
impl Unpin for ReceiveTimestamp
impl UnwindSafe for ReceiveTimestamp
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)