Struct libc_interface::__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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for __timeval
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for __timeval
[src]

Auto Trait Implementations

impl Send for __timeval

impl Sync for __timeval