pub struct AppKey {
pub code: AppKeyCode,
pub modifiers: AppModifiers,
}Fields§
§code: AppKeyCode§modifiers: AppModifiersTrait Implementations§
impl Copy for AppKey
impl Eq for AppKey
impl StructuralPartialEq for AppKey
Auto Trait Implementations§
impl Freeze for AppKey
impl RefUnwindSafe for AppKey
impl Send for AppKey
impl Sync for AppKey
impl Unpin for AppKey
impl UnsafeUnpin for AppKey
impl UnwindSafe for AppKey
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