pub type Timespec = __kernel_timespec;
Expand description
struct timespec
Aliased Type§
struct Timespec {
pub tv_sec: i64,
pub tv_nsec: i64,
}
Fields§
§tv_sec: i64
§tv_nsec: i64
Trait Implementations
Source§impl Clone for __kernel_timespec
impl Clone for __kernel_timespec
Source§fn clone(&self) -> __kernel_timespec
fn clone(&self) -> __kernel_timespec
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more