Struct ioctl::input_id
[−]
[src]
pub struct input_id { pub bustype: u16, pub vendor: u16, pub product: u16, pub version: u16, }
Fields
bustype | |
vendor | |
product | |
version |
pub struct input_id { pub bustype: u16, pub vendor: u16, pub product: u16, pub version: u16, }
bustype | |
vendor | |
product | |
version |
impl Debug for input_id
impl Clone for input_id
fn clone(&self) -> input_id
fn clone_from(&mut self, source: &Self)
impl Copy for input_id
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)