Struct nix::sys::socket::sockopt::ReceiveTimestamp [−][src]
pub struct ReceiveTimestamp;
Trait Implementations
impl Copy for ReceiveTimestamp[src]
impl Copy for ReceiveTimestampimpl Clone for ReceiveTimestamp[src]
impl Clone for ReceiveTimestampfn clone(&self) -> ReceiveTimestamp[src]
fn clone(&self) -> ReceiveTimestampReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ReceiveTimestamp[src]
impl Debug for ReceiveTimestampfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl SetSockOpt for ReceiveTimestamp[src]
impl SetSockOpt for ReceiveTimestampimpl GetSockOpt for ReceiveTimestamp[src]
impl GetSockOpt for ReceiveTimestampAuto Trait Implementations
impl Send for ReceiveTimestamp
impl Send for ReceiveTimestampimpl Sync for ReceiveTimestamp
impl Sync for ReceiveTimestamp