Struct input_linux_sys::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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more