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