pub struct KeyRepeat { /* private fields */ }Expand description
Key repeat settings.
Implementations§
Trait Implementations§
impl Copy for KeyRepeat
impl Eq for KeyRepeat
impl StructuralPartialEq for KeyRepeat
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