Struct libc::timespec [] [src]

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

Fields

tv_sec
tv_nsec

Trait Implementations

impl Copy for timespec

impl Clone for timespec

fn clone(&self) -> timespec

fn clone_from(&mut self, source: &Self)