#[repr(C)]pub struct TESShout {
pub __base: TESForm,
pub __base1: TESFullName,
pub __base2: BGSMenuDisplayObject,
pub __base3: BGSEquipType,
pub __base4: TESDescription,
pub variations: [Variation; 3],
}
Fields§
§__base: TESForm
§__base1: TESFullName
§__base2: BGSMenuDisplayObject
§__base3: BGSEquipType
§__base4: TESDescription
§variations: [Variation; 3]
Implementations§
Source§impl TESShout
impl TESShout
Sourcepub const RTTI: VariantID = RTTI_TESShout
pub const RTTI: VariantID = RTTI_TESShout
Address & offset of the runtime type information (RTTI) identifier.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TESShout
impl RefUnwindSafe for TESShout
impl !Send for TESShout
impl !Sync for TESShout
impl Unpin for TESShout
impl UnwindSafe for TESShout
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