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

Method as_fd

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

Source from the content-addressed store, hash-verified

475
476impl AsFd for VirtualDevice {
477 fn as_fd(&self) -> BorrowedFd<'_> {
478 self.fd.as_fd()
479 }
480}
481
482impl AsRawFd for VirtualDevice {

Callers 3

playMethod · 0.45
stopMethod · 0.45
write_rawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected