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

Method driver_version

src/sync_stream.rs:147–149  ·  view source on GitHub ↗

Returns a tuple of the driver version containing major, minor, rev

(&self)

Source from the content-addressed store, hash-verified

145
146 /// Returns a tuple of the driver version containing major, minor, rev
147 pub fn driver_version(&self) -> (u8, u8, u8) {
148 self.raw.driver_version()
149 }
150
151 /// Returns a set of the event types supported by this device (KeyType, Switch, etc)
152 ///

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected