pub(crate) struct KeyRepeatState {
pub(crate) active_keycode: u8,
pub(crate) press_start_ms: u64,
pub(crate) last_repeat_ms: u64,
pub(crate) stage: u8,
}Fields§
§active_keycode: u8§press_start_ms: u64§last_repeat_ms: u64§stage: u8Auto Trait Implementations§
impl Freeze for KeyRepeatState
impl RefUnwindSafe for KeyRepeatState
impl Send for KeyRepeatState
impl Sync for KeyRepeatState
impl Unpin for KeyRepeatState
impl UnsafeUnpin for KeyRepeatState
impl UnwindSafe for KeyRepeatState
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