Struct libc::__timeval [] [src]

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