Struct ioctl_sys::input_id [] [src]

pub struct input_id {
    pub bustype: u16,
    pub vendor: u16,
    pub product: u16,
    pub version: u16,
}

Fields

bustype: u16 vendor: u16 product: u16 version: u16

Trait Implementations

impl Debug for input_id
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for input_id
[src]

fn clone(&self) -> input_id

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for input_id
[src]