Struct uinput_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]

Auto Trait Implementations

impl Send for input_id

impl Sync for input_id