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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for input_id

impl Sync for input_id