pub struct KeyboardRepr {
pub keys: Vec<Scancode>,
}
Expand description
Representation of the keyboard state.
Fields§
§keys: Vec<Scancode>
Auto Trait Implementations§
impl Freeze for KeyboardRepr
impl RefUnwindSafe for KeyboardRepr
impl Send for KeyboardRepr
impl Sync for KeyboardRepr
impl Unpin for KeyboardRepr
impl UnwindSafe for KeyboardRepr
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