Struct input_linux_sys::input_id [] [src]

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

Fields

Trait Implementations

impl Clone for input_id
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for input_id
[src]

impl Debug for input_id
[src]

[src]

Formats the value using the given formatter.