#[repr(C)]pub struct KeyState {
pub key_shift_state: u32,
pub key_toggle_state: KeyToggleState,
}Fields
key_shift_state: u32key_toggle_state: KeyToggleStateTrait Implementations
impl Copy for KeyState
Auto Trait Implementations
impl RefUnwindSafe for KeyState
impl Send for KeyState
impl Sync for KeyState
impl Unpin for KeyState
impl UnwindSafe for KeyState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more