#[repr(C)]pub struct ExtraEnchantmentVtbl {
pub __base: BSExtraDataVtbl,
}Expand description
The virtual function table for ExtraEnchantment.
This struct defines function pointers to simulate the C++ virtual functions.
Fields§
§__base: BSExtraDataVtblAuto Trait Implementations§
impl Freeze for ExtraEnchantmentVtbl
impl RefUnwindSafe for ExtraEnchantmentVtbl
impl Send for ExtraEnchantmentVtbl
impl Sync for ExtraEnchantmentVtbl
impl Unpin for ExtraEnchantmentVtbl
impl UnwindSafe for ExtraEnchantmentVtbl
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