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