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
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for TimeSpec
[src]
impl Default for TimeSpec
[src]
impl Deref for TimeSpec
[src]
type Target = [u8]
The resulting type after dereferencing
fn deref(&self) -> &[u8]
The method called to dereference a value
impl DerefMut for TimeSpec
[src]
fn deref_mut(&mut self) -> &mut [u8]
The method called to mutably dereference a value