#[repr(C)]pub struct InventoryMenuVtbl {
pub __base: IMenuVtbl,
}
Fields§
§__base: IMenuVtbl
Auto Trait Implementations§
impl Freeze for InventoryMenuVtbl
impl RefUnwindSafe for InventoryMenuVtbl
impl Send for InventoryMenuVtbl
impl Sync for InventoryMenuVtbl
impl Unpin for InventoryMenuVtbl
impl UnwindSafe for InventoryMenuVtbl
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