pub struct Timestamping;
Expand description
Specifies exact type of timestamping information collected by the kernel Further reading
Trait Implementations§
source§impl Clone for Timestamping
impl Clone for Timestamping
source§fn clone(&self) -> Timestamping
fn clone(&self) -> Timestamping
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