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]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more