Struct syscall::data::TimeSpec
[−]
[src]
pub struct TimeSpec {
pub tv_sec: i64,
pub tv_nsec: i32,
}Fields
tv_sec: i64
tv_nsec: i32
Trait Implementations
impl Copy for TimeSpec[src]
impl Clone for TimeSpec[src]
fn clone(&self) -> TimeSpec
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more