(&self)
| 481 | |
| 482 | impl 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. |
no outgoing calls
no test coverage detected