#[repr(C)]pub struct TESDescription {
pub __base: BaseFormComponent,
pub fileOffset: u32,
pub descriptionText: BGSLocalizedStringDL,
}
Fields§
§__base: BaseFormComponent
§fileOffset: u32
§descriptionText: BGSLocalizedStringDL
Implementations§
Trait Implementations§
Source§impl Debug for TESDescription
impl Debug for TESDescription
Source§impl PartialEq for TESDescription
impl PartialEq for TESDescription
impl Eq for TESDescription
impl StructuralPartialEq for TESDescription
Auto Trait Implementations§
impl Freeze for TESDescription
impl RefUnwindSafe for TESDescription
impl !Send for TESDescription
impl !Sync for TESDescription
impl Unpin for TESDescription
impl UnwindSafe for TESDescription
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