Struct libc_interface::timespec[][src]

#[repr(C)]
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

impl PartialEq for timespec
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for timespec
[src]

Auto Trait Implementations

impl Send for timespec

impl Sync for timespec