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

pub struct input_id {
    pub bustype: __u16,
    pub vendor: __u16,
    pub product: __u16,
    pub version: __u16,
}

Fields

bustype: __u16 vendor: __u16 product: __u16 version: __u16

Trait Implementations

impl Clone for input_id
[src]

fn clone(&self) -> input_id

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for input_id
[src]

impl Debug for input_id
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for input_id
[src]

fn default() -> Self

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