Struct wayrs_client::protocol::wl_keyboard::RepeatInfoArgs
source · pub struct RepeatInfoArgs {
pub rate: i32,
pub delay: i32,
}Fields§
§rate: i32the rate of repeating keys in characters per second
delay: i32delay in milliseconds since key down until repeating starts
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RepeatInfoArgs
impl Send for RepeatInfoArgs
impl Sync for RepeatInfoArgs
impl Unpin for RepeatInfoArgs
impl UnwindSafe for RepeatInfoArgs
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