#[repr(C)]pub struct TESEnchantableForm {
pub __base: BaseFormComponent,
pub formEnchanting: *mut EnchantmentItem,
pub castingType: CastingType_CEnum,
pub amountOfEnchantment: u16,
pub pad14: u32,
}
Fields§
§__base: BaseFormComponent
§formEnchanting: *mut EnchantmentItem
§castingType: CastingType_CEnum
§amountOfEnchantment: u16
§pad14: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TESEnchantableForm
impl RefUnwindSafe for TESEnchantableForm
impl !Send for TESEnchantableForm
impl !Sync for TESEnchantableForm
impl Unpin for TESEnchantableForm
impl UnwindSafe for TESEnchantableForm
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