Struct linux_input_sys::timespec [] [src]

#[repr(C)]
pub struct timespec { pub tv_sec: __time_t, pub tv_nsec: __syscall_slong_t, }

Fields

Trait Implementations

impl Debug for timespec
[src]

Formats the value using the given formatter.

impl Copy for timespec
[src]

impl Clone for timespec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more