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