pub struct ReceiveTimestampns;
Expand description
Enable or disable the receiving of the SO_TIMESTAMPNS
control message.
Trait Implementations§
source§impl Clone for ReceiveTimestampns
impl Clone for ReceiveTimestampns
source§fn clone(&self) -> ReceiveTimestampns
fn clone(&self) -> ReceiveTimestampns
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 ReceiveTimestampns
impl Debug for ReceiveTimestampns
source§impl GetSockOpt for ReceiveTimestampns
impl GetSockOpt for ReceiveTimestampns
source§impl Hash for ReceiveTimestampns
impl Hash for ReceiveTimestampns
source§impl PartialEq for ReceiveTimestampns
impl PartialEq for ReceiveTimestampns
source§impl SetSockOpt for ReceiveTimestampns
impl SetSockOpt for ReceiveTimestampns
impl Copy for ReceiveTimestampns
impl Eq for ReceiveTimestampns
impl StructuralPartialEq for ReceiveTimestampns
Auto Trait Implementations§
impl Freeze for ReceiveTimestampns
impl RefUnwindSafe for ReceiveTimestampns
impl Send for ReceiveTimestampns
impl Sync for ReceiveTimestampns
impl Unpin for ReceiveTimestampns
impl UnwindSafe for ReceiveTimestampns
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
)