MCPcopy Create free account
hub / github.com/emberian/evdev / EvdevEnum

Interface EvdevEnum

src/attribute_set.rs:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212pub trait EvdevEnum: Copy + 'static {
213 fn from_index(i: usize) -> Self;
214 fn to_index(self) -> usize;
215}
216
217pub trait ArrayedEvdevEnum: EvdevEnum {
218 type Array;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…