pub struct ReceiveTimestamp;
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 more
sourceimpl 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
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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