Struct libc_interface::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

Trait Implementations

impl Copy for input_absinfo
[src]

impl Clone for input_absinfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for input_absinfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for input_absinfo
[src]

Auto Trait Implementations