#[repr(C)]pub struct BGSKeywordVtbl {
pub __base: TESFormVtbl,
pub Load: extern "C" fn(this: *mut BGSKeyword, mod_: *mut TESFile) -> bool,
pub GetFormEditorID: extern "C" fn(this: *const BGSKeyword) -> *const u8,
pub SetFormEditorID: extern "C" fn(this: *mut BGSKeyword, str_: *const u8) -> bool,
}Fields§
§__base: TESFormVtbl§Load: extern "C" fn(this: *mut BGSKeyword, mod_: *mut TESFile) -> bool§GetFormEditorID: extern "C" fn(this: *const BGSKeyword) -> *const u8§SetFormEditorID: extern "C" fn(this: *mut BGSKeyword, str_: *const u8) -> boolAuto Trait Implementations§
impl Freeze for BGSKeywordVtbl
impl RefUnwindSafe for BGSKeywordVtbl
impl Send for BGSKeywordVtbl
impl Sync for BGSKeywordVtbl
impl Unpin for BGSKeywordVtbl
impl UnwindSafe for BGSKeywordVtbl
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