Struct libc::timeval32 [] [src]

#[repr(C)]
pub struct timeval32 { pub tv_sec: i32, pub tv_usec: i32, }

Fields

Trait Implementations

impl Copy for timeval32
[src]

impl Clone for timeval32
[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 timeval32

impl Sync for timeval32