Struct libevdev_sys::linux_input::input_id [] [src]

#[repr(C)]
pub struct input_id { pub bustype: __u16, pub vendor: __u16, pub product: __u16, pub version: __u16, }

Fields

Trait Implementations

impl Copy for input_id
[src]

impl Clone for input_id
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for input_id
[src]

Formats the value using the given formatter.

impl Default for input_id
[src]

Returns the "default value" for a type. Read more