#[repr(C)]pub struct CharEvent {
pub __base: InputEvent,
pub keyCode: u32,
pub pad1C: u32,
}
Fields§
§__base: InputEvent
§keyCode: u32
§pad1C: u32
Implementations§
Trait Implementations§
impl StructuralPartialEq for CharEvent
Auto Trait Implementations§
impl Freeze for CharEvent
impl RefUnwindSafe for CharEvent
impl !Send for CharEvent
impl !Sync for CharEvent
impl Unpin for CharEvent
impl UnwindSafe for CharEvent
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