Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/emberian/evdev
/ code
Method
code
src/lib.rs:340–342 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
338
impl UinputAbsSetup {
339
#[inline]
340
pub fn code(&self) -> u16 {
341
self.0.code
342
}
343
#[inline]
344
pub fn absinfo(&self) -> AbsInfo {
345
AbsInfo(self.0.absinfo)
Callers
12
kind
Method · 0.45
fmt
Method · 0.45
with_absolute_axis
Method · 0.45
get_scancode_by_keycode
Method · 0.45
update_scancode
Method · 0.45
update_scancode_by_index
Method · 0.45
fmt
Method · 0.45
test_virtual_device_actually_emits
Function · 0.45
key_event
Function · 0.45
final_dot_state
Function · 0.45
final_event_state
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_virtual_device_actually_emits
Function · 0.36