pub struct InputSeq {
pub key: KeySeq,
pub ctrl: bool,
pub alt: bool,
}Fields§
§key: KeySeq§ctrl: bool§alt: boolImplementations§
Trait Implementations§
impl StructuralPartialEq for InputSeq
Auto Trait Implementations§
impl Freeze for InputSeq
impl RefUnwindSafe for InputSeq
impl Send for InputSeq
impl Sync for InputSeq
impl Unpin for InputSeq
impl UnwindSafe for InputSeq
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