Struct sgx_trts::libc::timespec[]

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

Fields

Trait Implementations

impl Copy for timespec

impl Clone for timespec

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for timespec

impl Sync for timespec