Struct input_linux::evdev::EvdevHandle [−][src]
pub struct EvdevHandle<F>(_);
Expand description
A handle to an input device allowing the use of ioctls
Implementations
Extracts the contained handle.
A mutable reference to the contained handle.
Read events from the input device
EVIOCGVERSION
EVIOGREP
EVIOSREP
EVIOCSKEYCODE_V2
EVIOCGNAME
EVIOCGPHYS
EVIOCSFF
EVIOCRMFF
EVIOCGEFFECTS
EVIOCGPROP
EVIOCGMTSLOTS
Warning: the current implementation can leak uninitialized heap memory into values
EVIOCGMASK
EVIOCGBIT
EVIOCGMASK
EVIOCSMASK
EVIOCGBIT
EVIOCGMASK
EVIOCSMASK
EVIOCGBIT
EVIOCGMASK
EVIOCSMASK
EVIOCGBIT
EVIOCGMASK
EVIOCGBIT
EVIOCGMASK
EVIOCSMASK
EVIOCGBIT
EVIOCGABS
EVIOCSABS
EVIOCSCLOCKID
Trait Implementations
Constructs a new instance of Self
from the given raw file
descriptor. Read more
Consumes this object, returning the raw underlying file descriptor. Read more