#[repr(C)]pub struct KeyQuery {
pub kq_KeyCode: UWORD,
pub kq_Pressed: BOOL,
}Fields§
§kq_KeyCode: UWORD§kq_Pressed: BOOLTrait Implementations§
Auto Trait Implementations§
impl Freeze for KeyQuery
impl RefUnwindSafe for KeyQuery
impl Send for KeyQuery
impl Sync for KeyQuery
impl Unpin for KeyQuery
impl UnwindSafe for KeyQuery
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