Struct input_linux_sys::repeat_settings
[−]
[src]
#[repr(C)]pub struct repeat_settings { pub delay: c_uint, pub period: c_uint, }
Fields
delay: c_uint
period: c_uint
Trait Implementations
impl Copy for repeat_settings
[src]
impl Clone for repeat_settings
[src]
fn clone(&self) -> repeat_settings
[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