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