Struct libc_interface::input_id [−][src]
#[repr(C)]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 Copy for input_id
[src]
impl Copy for input_id
impl Clone for input_id
[src]
impl Clone for input_id
fn clone(&self) -> 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[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for input_id
[src]
impl PartialEq for input_id
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for input_id
[src]
impl Eq for input_id