Struct libc::timespec [] [src]

pub struct timespec {
    pub tv_sec: time_t,
    pub tv_nsec: c_long,
}

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