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

Method get_auto_repeat

src/raw_stream.rs:281–283  ·  view source on GitHub ↗

Returns the current auto repeat settings

(&self)

Source from the content-addressed store, hash-verified

279
280 /// Returns the current auto repeat settings
281 pub fn get_auto_repeat(&self) -> Option<AutoRepeat> {
282 self.auto_repeat.clone()
283 }
284
285 /// Returns the set of supported "properties" for the device (see `INPUT_PROP_*` in kernel headers)
286 pub fn properties(&self) -> &AttributeSetRef<PropType> {

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected