Struct nix::libc::timespec[][src]

#[repr(C)]
pub struct timespec { pub tv_sec: i64, pub tv_nsec: i64, }

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 AsRef<timespec> for TimeSpec
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for timespec

impl Sync for timespec