pub struct KeyStep {
pub at: Duration,
pub kind: KeyStepKind,
pub key: Key,
}Expand description
One key event in a synthesized sequence.
Fields§
§at: Duration§kind: KeyStepKind§key: KeyTrait Implementations§
impl Copy for KeyStep
impl Eq for KeyStep
impl StructuralPartialEq for KeyStep
Auto Trait Implementations§
impl Freeze for KeyStep
impl RefUnwindSafe for KeyStep
impl Send for KeyStep
impl Sync for KeyStep
impl Unpin for KeyStep
impl UnsafeUnpin for KeyStep
impl UnwindSafe for KeyStep
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