#[repr(u32)]pub enum ACTOR_CRITICAL_STAGE {
None = 0,
GooStart = 1,
GooEnd = 2,
DisintegrateStart = 3,
DisintegrateEnd = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for ACTOR_CRITICAL_STAGE
impl Clone for ACTOR_CRITICAL_STAGE
Source§fn clone(&self) -> ACTOR_CRITICAL_STAGE
fn clone(&self) -> ACTOR_CRITICAL_STAGE
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 ACTOR_CRITICAL_STAGE
impl Debug for ACTOR_CRITICAL_STAGE
Source§impl From<ACTOR_CRITICAL_STAGE> for ACTOR_CRITICAL_STAGE_CEnum
impl From<ACTOR_CRITICAL_STAGE> for ACTOR_CRITICAL_STAGE_CEnum
Source§fn from(value: ACTOR_CRITICAL_STAGE) -> Self
fn from(value: ACTOR_CRITICAL_STAGE) -> Self
Converts to this type from the input type.
Source§impl Hash for ACTOR_CRITICAL_STAGE
impl Hash for ACTOR_CRITICAL_STAGE
Source§impl Ord for ACTOR_CRITICAL_STAGE
impl Ord for ACTOR_CRITICAL_STAGE
Source§fn cmp(&self, other: &ACTOR_CRITICAL_STAGE) -> Ordering
fn cmp(&self, other: &ACTOR_CRITICAL_STAGE) -> 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 ACTOR_CRITICAL_STAGE
impl PartialEq for ACTOR_CRITICAL_STAGE
Source§impl PartialOrd for ACTOR_CRITICAL_STAGE
impl PartialOrd for ACTOR_CRITICAL_STAGE
impl Copy for ACTOR_CRITICAL_STAGE
impl Eq for ACTOR_CRITICAL_STAGE
impl StructuralPartialEq for ACTOR_CRITICAL_STAGE
Auto Trait Implementations§
impl Freeze for ACTOR_CRITICAL_STAGE
impl RefUnwindSafe for ACTOR_CRITICAL_STAGE
impl Send for ACTOR_CRITICAL_STAGE
impl Sync for ACTOR_CRITICAL_STAGE
impl Unpin for ACTOR_CRITICAL_STAGE
impl UnwindSafe for ACTOR_CRITICAL_STAGE
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