pub struct DefaultKeys {
pub left_alt_key: bool,
pub left_shift_key: bool,
}Fields§
§left_alt_key: bool§left_shift_key: boolTrait Implementations§
Source§impl Debug for DefaultKeys
impl Debug for DefaultKeys
impl LocalResource for DefaultKeys
Auto Trait Implementations§
impl Freeze for DefaultKeys
impl RefUnwindSafe for DefaultKeys
impl Send for DefaultKeys
impl Sync for DefaultKeys
impl Unpin for DefaultKeys
impl UnwindSafe for DefaultKeys
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