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