pub struct IDEventVtbl {
pub __base: InputEventVtbl,
}Fields§
§__base: InputEventVtblAuto Trait Implementations§
impl Freeze for IDEventVtbl
impl RefUnwindSafe for IDEventVtbl
impl Send for IDEventVtbl
impl Sync for IDEventVtbl
impl Unpin for IDEventVtbl
impl UnwindSafe for IDEventVtbl
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