pub enum SysKey {
Ctrl,
Shift,
Alt,
Count,
}Expand description
Enums for system key presses
Variants§
Auto Trait Implementations§
impl Freeze for SysKey
impl RefUnwindSafe for SysKey
impl Send for SysKey
impl Sync for SysKey
impl Unpin for SysKey
impl UnsafeUnpin for SysKey
impl UnwindSafe for SysKey
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