MCPcopy Create free account
hub / github.com/emberian/evdev / input_id

Method input_id

src/sync_stream.rs:99–101  ·  view source on GitHub ↗

Returns a struct containing bustype, vendor, product, and version identifiers

(&self)

Source from the content-addressed store, hash-verified

97
98 /// Returns a struct containing bustype, vendor, product, and version identifiers
99 pub fn input_id(&self) -> InputId {
100 self.raw.input_id()
101 }
102
103 /// Returns a struct containing the delay and period for auto repeat
104 pub fn get_auto_repeat(&self) -> Option<AutoRepeat> {

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected