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