pub struct Context {
pub chorded_context: Context,
pub layer_context: Context,
pub tap_hold_context: Context,
}
Expand description
An aggregate context for key::Contexts.
Fields§
§chorded_context: Context
The chorded key context.
layer_context: Context
The layered key context.
tap_hold_context: Context
The tap hold key context.
Implementations§
Trait Implementations§
impl Copy for Context
Auto Trait Implementations§
impl Freeze for Context
impl RefUnwindSafe for Context
impl Send for Context
impl Sync for Context
impl Unpin for Context
impl UnwindSafe for Context
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