Struct nix::sys::socket::Timestamps
source · Expand description
For representing packet timestamps via SO_TIMESTAMPING
interface
Fields§
§system: TimeSpec
software based timestamp, usually one containing data
hw_trans: TimeSpec
legacy timestamp, usually empty
hw_raw: TimeSpec
hardware 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