pub struct KeyRepeatParams {
pub first_delay_ms: u32,
pub first_interval_ms: u32,
pub second_repeat_count: u32,
pub second_delay_ms: u32,
pub second_interval_ms: u32,
}Fields§
§first_delay_ms: u32§first_interval_ms: u32§second_repeat_count: u32§second_delay_ms: u32§second_interval_ms: u32Auto Trait Implementations§
impl Freeze for KeyRepeatParams
impl RefUnwindSafe for KeyRepeatParams
impl Send for KeyRepeatParams
impl Sync for KeyRepeatParams
impl Unpin for KeyRepeatParams
impl UnsafeUnpin for KeyRepeatParams
impl UnwindSafe for KeyRepeatParams
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