pub struct KeysState {Show 48 fields
pub a: KeyState,
pub b: KeyState,
pub c: KeyState,
pub d: KeyState,
pub e: KeyState,
pub f: KeyState,
pub g: KeyState,
pub h: KeyState,
pub i: KeyState,
pub j: KeyState,
pub k: KeyState,
pub l: KeyState,
pub m: KeyState,
pub n: KeyState,
pub o: KeyState,
pub p: KeyState,
pub q: KeyState,
pub r: KeyState,
pub s: KeyState,
pub t: KeyState,
pub u: KeyState,
pub v: KeyState,
pub w: KeyState,
pub x: KeyState,
pub up: KeyState,
pub down: KeyState,
pub left: KeyState,
pub right: KeyState,
pub _0: KeyState,
pub _1: KeyState,
pub _2: KeyState,
pub _3: KeyState,
pub _4: KeyState,
pub _5: KeyState,
pub _6: KeyState,
pub _7: KeyState,
pub _8: KeyState,
pub _9: KeyState,
pub space: KeyState,
pub enter: KeyState,
pub mouse_left: KeyState,
pub mouse_right: KeyState,
pub mouse_middle: KeyState,
pub shift: KeyState,
pub ctrl: KeyState,
pub alt: KeyState,
pub escape: KeyState,
pub backspace: KeyState,
}
Fields§
§a: KeyState
§b: KeyState
§c: KeyState
§d: KeyState
§e: KeyState
§f: KeyState
§g: KeyState
§h: KeyState
§i: KeyState
§j: KeyState
§k: KeyState
§l: KeyState
§m: KeyState
§n: KeyState
§o: KeyState
§p: KeyState
§q: KeyState
§r: KeyState
§s: KeyState
§t: KeyState
§u: KeyState
§v: KeyState
§w: KeyState
§x: KeyState
§up: KeyState
§down: KeyState
§left: KeyState
§right: KeyState
§_0: KeyState
§_1: KeyState
§_2: KeyState
§_3: KeyState
§_4: KeyState
§_5: KeyState
§_6: KeyState
§_7: KeyState
§_8: KeyState
§_9: KeyState
§space: KeyState
§enter: KeyState
§mouse_left: KeyState
§mouse_right: KeyState
§mouse_middle: KeyState
§shift: KeyState
§ctrl: KeyState
§alt: KeyState
§escape: KeyState
§backspace: KeyState
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeysState
impl RefUnwindSafe for KeysState
impl Send for KeysState
impl Sync for KeysState
impl Unpin for KeysState
impl UnwindSafe for KeysState
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