#[repr(C)]pub struct TESQuestStage {
pub data: QUEST_STAGE_DATA,
}
Fields§
§data: QUEST_STAGE_DATA
Trait Implementations§
Source§impl Clone for TESQuestStage
impl Clone for TESQuestStage
Source§fn clone(&self) -> TESQuestStage
fn clone(&self) -> TESQuestStage
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TESQuestStage
impl Debug for TESQuestStage
Source§impl Default for TESQuestStage
impl Default for TESQuestStage
Source§fn default() -> TESQuestStage
fn default() -> TESQuestStage
Returns the “default value” for a type. Read more
Source§impl Hash for TESQuestStage
impl Hash for TESQuestStage
Source§impl Ord for TESQuestStage
impl Ord for TESQuestStage
Source§fn cmp(&self, other: &TESQuestStage) -> Ordering
fn cmp(&self, other: &TESQuestStage) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TESQuestStage
impl PartialEq for TESQuestStage
Source§impl PartialOrd for TESQuestStage
impl PartialOrd for TESQuestStage
impl Eq for TESQuestStage
impl StructuralPartialEq for TESQuestStage
impl Zeroable for TESQuestStage
Auto Trait Implementations§
impl Freeze for TESQuestStage
impl RefUnwindSafe for TESQuestStage
impl Send for TESQuestStage
impl Sync for TESQuestStage
impl Unpin for TESQuestStage
impl UnwindSafe for TESQuestStage
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