pub enum KeyRepeat {
Enabled,
Disabled,
}Expand description
An enum representing the two possible auto-key-repeat states supported.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyRepeat
impl RefUnwindSafe for KeyRepeat
impl Send for KeyRepeat
impl Sync for KeyRepeat
impl Unpin for KeyRepeat
impl UnwindSafe for KeyRepeat
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more