Enum smithay_client_toolkit::keyboard::KeyRepeatKind [−][src]
Determines the behaviour of key repetition
Variants
Fixedkeys will be repeated at a set rate and delay
Fields of Fixed
rate: u64 | rate (in milliseconds) at which the repetition should occur |
delay: u64 | delay (in milliseconds) between a key press and the start of repetition |
Systemkeys will be repeated at a rate and delay set by the wayland server
Trait Implementations
impl PartialEq for KeyRepeatKind[src]
impl PartialEq for KeyRepeatKindfn eq(&self, other: &KeyRepeatKind) -> bool[src]
fn eq(&self, other: &KeyRepeatKind) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &KeyRepeatKind) -> bool[src]
fn ne(&self, other: &KeyRepeatKind) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for KeyRepeatKind
impl Send for KeyRepeatKindimpl Sync for KeyRepeatKind
impl Sync for KeyRepeatKind