Struct libc::types::os::common::posix01::timespec [] [src]

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

Fields

tv_sec
tv_nsec

Trait Implementations

Derived Implementations

impl Clone for timespec

fn clone(&self) -> timespec

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

impl Copy for timespec