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

Method as_raw_fd

src/uinput.rs:483–485  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

481
482impl AsRawFd for VirtualDevice {
483 fn as_raw_fd(&self) -> RawFd {
484 self.fd.as_raw_fd()
485 }
486}
487
488/// Represents a force feedback upload event that we are currently processing.

Callers 15

updateMethod · 0.45
dropMethod · 0.45
with_physMethod · 0.45
with_keysMethod · 0.45
with_absolute_axisMethod · 0.45
with_relative_axesMethod · 0.45
with_propertiesMethod · 0.45
with_switchesMethod · 0.45
with_ffMethod · 0.45
with_mscMethod · 0.45
newMethod · 0.45
get_syspathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected