Struct input_linux_sys::uinput_user_dev[][src]

#[repr(C)]
pub struct uinput_user_dev { pub name: [c_char; 80], pub id: input_id, pub ff_effects_max: u32, pub absmax: [i32; 64], pub absmin: [i32; 64], pub absfuzz: [i32; 64], pub absflat: [i32; 64], }

Fields

name: [c_char; 80]id: input_idff_effects_max: u32absmax: [i32; 64]absmin: [i32; 64]absfuzz: [i32; 64]absflat: [i32; 64]

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.