Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emberian/evdev
/ drop
Method
drop
src/lib.rs:595–597 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
593
594
impl Drop for FFEffect {
595
fn drop(&mut self) {
596
let _ = unsafe { sys::eviocrmff(self.fd.as_raw_fd(), self.id as _) };
597
}
598
}
599
600
/// Auto-repeat settings for a device.
Callers
nothing calls this directly
Calls
1
as_raw_fd
Method · 0.45
Tested by
no test coverage detected