Enum arcdps::evtc::agent::BreakbarState
#[repr(u16)]pub enum BreakbarState {
Active = 0,
Recover = 1,
Immune = 2,
None = 3,
Unknown(u16),
}
Expand description
Breakbar (defiance bar) states.
Occurs in StateChange::BreakbarState
events.
Variants§
Active = 0
Defiance bar active.
Recover = 1
Defiance bar recovering.
Immune = 2
Defiance bar immune.
None = 3
No defiance.
Unknown(u16)
Unknown state.
Trait Implementations§
§impl Clone for BreakbarState
impl Clone for BreakbarState
§fn clone(&self) -> BreakbarState
fn clone(&self) -> BreakbarState
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 more§impl Debug for BreakbarState
impl Debug for BreakbarState
§impl<'de> Deserialize<'de> for BreakbarState
impl<'de> Deserialize<'de> for BreakbarState
§fn deserialize<__D>(
__deserializer: __D,
) -> Result<BreakbarState, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<BreakbarState, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Display for BreakbarState
impl Display for BreakbarState
§impl EnumCount for BreakbarState
impl EnumCount for BreakbarState
§impl<'_derivative_strum> From<&'_derivative_strum BreakbarState> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum BreakbarState> for &'static str
§fn from(x: &'_derivative_strum BreakbarState) -> &'static str
fn from(x: &'_derivative_strum BreakbarState) -> &'static str
Converts to this type from the input type.
§impl From<BreakbarState> for &'static str
impl From<BreakbarState> for &'static str
§fn from(x: BreakbarState) -> &'static str
fn from(x: BreakbarState) -> &'static str
Converts to this type from the input type.
§impl From<u16> for BreakbarState
impl From<u16> for BreakbarState
§fn from(number: u16) -> BreakbarState
fn from(number: u16) -> BreakbarState
Converts to this type from the input type.
§impl FromPrimitive for BreakbarState
impl FromPrimitive for BreakbarState
type Primitive = u16
fn from_primitive( number: <BreakbarState as FromPrimitive>::Primitive, ) -> BreakbarState
§impl Hash for BreakbarState
impl Hash for BreakbarState
§impl IntoEnumIterator for BreakbarState
impl IntoEnumIterator for BreakbarState
type Iterator = BreakbarStateIter
fn iter() -> BreakbarStateIter ⓘ
§impl Ord for BreakbarState
impl Ord for BreakbarState
§impl PartialEq for BreakbarState
impl PartialEq for BreakbarState
§impl PartialOrd for BreakbarState
impl PartialOrd for BreakbarState
§impl Serialize for BreakbarState
impl Serialize for BreakbarState
§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
§impl VariantNames for BreakbarState
impl VariantNames for BreakbarState
impl Copy for BreakbarState
impl Eq for BreakbarState
impl StructuralPartialEq for BreakbarState
Auto Trait Implementations§
impl Freeze for BreakbarState
impl RefUnwindSafe for BreakbarState
impl Send for BreakbarState
impl Sync for BreakbarState
impl Unpin for BreakbarState
impl UnwindSafe for BreakbarState
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)