Struct nix::sys::socket::Timestamps
source · Expand description
For representing packet timestamps via SO_TIMESTAMPING interface
Fields§
§system: TimeSpecsoftware based timestamp, usually one containing data
hw_trans: TimeSpeclegacy timestamp, usually empty
hw_raw: TimeSpechardware based timestamp
Trait Implementations§
source§impl Clone for Timestamps
impl Clone for Timestamps
source§fn clone(&self) -> Timestamps
fn clone(&self) -> Timestamps
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 more