Struct input_linux_sys::timeval
[−]
[src]
#[repr(C)]pub struct timeval { pub tv_sec: i64, pub tv_usec: i64, }
Fields
tv_sec: i64
tv_usec: i64