Struct sophia_sys::timeval [] [src]

#[repr(C)]
pub struct timeval { pub tv_sec: __darwin_time_t, pub tv_usec: __darwin_suseconds_t, // some fields omitted }

Fields

Trait Implementations

impl Copy for timeval
[src]

impl Clone for timeval
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for timeval
[src]

Formats the value using the given formatter.

impl Default for timeval
[src]

Returns the "default value" for a type. Read more