Struct syscall::data::TimeSpec [] [src]

pub struct TimeSpec {
    pub tv_sec: i64,
    pub tv_nsec: i32,
}

Fields

Trait Implementations

impl Copy for TimeSpec
[src]

impl Clone for TimeSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TimeSpec
[src]

Formats the value using the given formatter.

impl Default for TimeSpec
[src]

Returns the "default value" for a type. Read more