#[repr(C)]pub struct StandardItemDataVtbl { /* private fields */ }
Expand description
The virtual function table for StandardItemData
.
This struct defines function pointers to simulate the C++ virtual functions.
Auto Trait Implementations§
impl Freeze for StandardItemDataVtbl
impl RefUnwindSafe for StandardItemDataVtbl
impl Send for StandardItemDataVtbl
impl Sync for StandardItemDataVtbl
impl Unpin for StandardItemDataVtbl
impl UnwindSafe for StandardItemDataVtbl
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