Struct input_linux_sys::timeval
[−]
[src]
#[repr(C)]pub struct timeval { pub tv_sec: i32, pub tv_usec: i32, }
Fields
tv_sec: i32
tv_usec: i32
Trait Implementations
impl Clone for timeval[src]
fn clone(&self) -> timeval[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more