Struct ppapi::ffi::Struct_timespecExperimental [-]  [+] [src]

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

Fields

tv_sec
tv_nsec

Trait Implementations

impl Default for Struct_timespec

fn default() -> Struct_timespec

Derived Implementations

impl Copy for Struct_timespec