Struct libc::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

Auto Trait Implementations

impl Send for input_id

impl Sync for input_id