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