Struct syscall::data::TimeSpec
[−]
[src]
#[repr(C)]pub struct TimeSpec { pub tv_sec: i64, pub tv_nsec: i32, }
Fields
tv_sec: i64
tv_nsec: i32
Trait Implementations
impl Copy for TimeSpec[src]
impl Clone for TimeSpec[src]
fn clone(&self) -> TimeSpec[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for TimeSpec[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Default for TimeSpec[src]
impl Deref for TimeSpec[src]
type Target = [u8]
The resulting type after dereferencing.
fn deref(&self) -> &[u8][src]
Dereferences the value.