Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
476
impl AsFd for VirtualDevice {
477
fn as_fd(&self) -> BorrowedFd<'_> {
478
self.fd.as_fd()
479
}
480
}
481
482
impl AsRawFd for VirtualDevice {
Callers
3
play
Method · 0.45
stop
Method · 0.45
write_raw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected