Struct libc::input_id [] [src]

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