#[repr(C)]pub struct TESWordOfPower {
pub __base: TESForm,
pub __base1: TESFullName,
pub translation: BSFixedString,
}
Fields§
§__base: TESForm
§__base1: TESFullName
§translation: BSFixedString
Implementations§
Source§impl TESWordOfPower
impl TESWordOfPower
Sourcepub const RTTI: VariantID = RTTI_TESWordOfPower
pub const RTTI: VariantID = RTTI_TESWordOfPower
Address & offset of the runtime type information (RTTI) identifier.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TESWordOfPower
impl RefUnwindSafe for TESWordOfPower
impl !Send for TESWordOfPower
impl !Sync for TESWordOfPower
impl Unpin for TESWordOfPower
impl UnwindSafe for TESWordOfPower
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