pub struct InputEventVtbl {
pub CxxDrop: unsafe extern "C" fn(this: *mut InputEvent),
pub HasIDCode: unsafe extern "C" fn(this: *const InputEvent) -> bool,
pub QUserEvent: unsafe extern "C" fn(this: *const InputEvent) -> &'static BSFixedString,
}
Fields§
§CxxDrop: unsafe extern "C" fn(this: *mut InputEvent)
§HasIDCode: unsafe extern "C" fn(this: *const InputEvent) -> bool
§QUserEvent: unsafe extern "C" fn(this: *const InputEvent) -> &'static BSFixedString
Auto Trait Implementations§
impl Freeze for InputEventVtbl
impl RefUnwindSafe for InputEventVtbl
impl Send for InputEventVtbl
impl Sync for InputEventVtbl
impl Unpin for InputEventVtbl
impl UnwindSafe for InputEventVtbl
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