pub struct Timestamping;
Expand description
Specifies exact type of timestamping information collected by the kernel Further reading
Trait Implementations
sourceimpl Clone for Timestamping
impl Clone for Timestamping
sourcefn clone(&self) -> Timestamping
fn clone(&self) -> Timestamping
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 Timestamping
impl Debug for Timestamping
sourceimpl GetSockOpt for Timestamping
impl GetSockOpt for Timestamping
type Val = TimestampingFlag
sourcefn get(&self, fd: RawFd) -> Result<TimestampingFlag>
fn get(&self, fd: RawFd) -> Result<TimestampingFlag>
Look up the value of this socket option on the given socket.
sourceimpl Hash for Timestamping
impl Hash for Timestamping
sourceimpl PartialEq<Timestamping> for Timestamping
impl PartialEq<Timestamping> for Timestamping
sourcefn eq(&self, other: &Timestamping) -> bool
fn eq(&self, other: &Timestamping) -> bool
sourceimpl SetSockOpt for Timestamping
impl SetSockOpt for Timestamping
type Val = TimestampingFlag
impl Copy for Timestamping
impl Eq for Timestamping
impl StructuralEq for Timestamping
impl StructuralPartialEq for Timestamping
Auto Trait Implementations
impl RefUnwindSafe for Timestamping
impl Send for Timestamping
impl Sync for Timestamping
impl Unpin for Timestamping
impl UnwindSafe for Timestamping
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