Struct input_linux_sys::timeval [] [src]

#[repr(C)]
pub struct timeval { pub tv_sec: i64, pub tv_usec: i64, }

Fields

Trait Implementations

impl AsRef<timeval> for TimeVal

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