Struct libc::__timeval [] [src]

#[repr(C)]
pub struct __timeval { pub tv_sec: int32_t, pub tv_usec: int32_t, }

Fields

Trait Implementations

impl Copy for __timeval
[src]

impl Clone for __timeval
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for __timeval

impl Sync for __timeval