pub struct TESDescriptionVtbl {
pub __base: BaseFormComponentVtbl,
pub GetDescription: fn(this: &mut TESDescription, out: &mut BSString, parent: *mut TESForm, file_type: u32),
}
Fields§
§__base: BaseFormComponentVtbl
§GetDescription: fn(this: &mut TESDescription, out: &mut BSString, parent: *mut TESForm, file_type: u32)
- default file_type =
"CSED"
: 1129530692(0x43534544)
Auto Trait Implementations§
impl Freeze for TESDescriptionVtbl
impl RefUnwindSafe for TESDescriptionVtbl
impl Send for TESDescriptionVtbl
impl Sync for TESDescriptionVtbl
impl Unpin for TESDescriptionVtbl
impl UnwindSafe for TESDescriptionVtbl
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