Struct input_linux_sys::input_absinfo [−][src]
#[repr(C)]pub struct input_absinfo { pub value: i32, pub minimum: i32, pub maximum: i32, pub fuzz: i32, pub flat: i32, pub resolution: i32, }
Fields
value: i32
minimum: i32
maximum: i32
fuzz: i32
flat: i32
resolution: i32
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for input_absinfo
impl Send for input_absinfo
impl Sync for input_absinfo
impl Unpin for input_absinfo
impl UnwindSafe for input_absinfo
Blanket Implementations
Mutably borrows from an owned value. Read more