Struct libc::input_absinfo [−][src]
#[repr(C)]pub struct input_absinfo { pub value: __s32, pub minimum: __s32, pub maximum: __s32, pub fuzz: __s32, pub flat: __s32, pub resolution: __s32, }
Fields
value: __s32minimum: __s32maximum: __s32fuzz: __s32flat: __s32resolution: __s32Trait Implementations
impl Clone for input_absinfo[src]
impl Clone for input_absinfo[src]fn clone(&self) -> input_absinfo[src]
fn clone(&self) -> input_absinfo[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more