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

Trait Implementations

impl Copy for input_absinfo
[src]

impl Clone for input_absinfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for input_absinfo

impl Sync for input_absinfo