Enum arcdps::evtc::buff::BuffDamageResult
#[repr(u8)]pub enum BuffDamageResult {
Hit = 0,
InvulnByBuff = 1,
InvulnBySkill1 = 2,
InvulnBySkill2 = 3,
InvulnBySkill3 = 4,
Unknown(u8),
}
Expand description
Buff damage tick results.
Variants§
Hit = 0
Expected to hit.
InvulnByBuff = 1
Target invulnerable by buff.
InvulnBySkill1 = 2
Target invulnerable by player skill.
InvulnBySkill2 = 3
Target invulnerable by player skill.
InvulnBySkill3 = 4
Target invulnerable by player skill.
Unknown(u8)
Unknown or invalid.
Trait Implementations§
§impl Clone for BuffDamageResult
impl Clone for BuffDamageResult
§fn clone(&self) -> BuffDamageResult
fn clone(&self) -> BuffDamageResult
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 BuffDamageResult
impl Debug for BuffDamageResult
§impl<'de> Deserialize<'de> for BuffDamageResult
impl<'de> Deserialize<'de> for BuffDamageResult
§fn deserialize<__D>(
__deserializer: __D,
) -> Result<BuffDamageResult, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<BuffDamageResult, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Display for BuffDamageResult
impl Display for BuffDamageResult
§impl EnumCount for BuffDamageResult
impl EnumCount for BuffDamageResult
§impl<'_derivative_strum> From<&'_derivative_strum BuffDamageResult> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum BuffDamageResult> for &'static str
§fn from(x: &'_derivative_strum BuffDamageResult) -> &'static str
fn from(x: &'_derivative_strum BuffDamageResult) -> &'static str
Converts to this type from the input type.
§impl From<BuffDamageResult> for &'static str
impl From<BuffDamageResult> for &'static str
§fn from(x: BuffDamageResult) -> &'static str
fn from(x: BuffDamageResult) -> &'static str
Converts to this type from the input type.
§impl From<u8> for BuffDamageResult
impl From<u8> for BuffDamageResult
§fn from(number: u8) -> BuffDamageResult
fn from(number: u8) -> BuffDamageResult
Converts to this type from the input type.
§impl FromPrimitive for BuffDamageResult
impl FromPrimitive for BuffDamageResult
type Primitive = u8
fn from_primitive( number: <BuffDamageResult as FromPrimitive>::Primitive, ) -> BuffDamageResult
§impl Hash for BuffDamageResult
impl Hash for BuffDamageResult
§impl IntoEnumIterator for BuffDamageResult
impl IntoEnumIterator for BuffDamageResult
type Iterator = BuffDamageResultIter
fn iter() -> BuffDamageResultIter ⓘ
§impl Ord for BuffDamageResult
impl Ord for BuffDamageResult
§fn cmp(&self, other: &BuffDamageResult) -> Ordering
fn cmp(&self, other: &BuffDamageResult) -> 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
§impl PartialEq for BuffDamageResult
impl PartialEq for BuffDamageResult
§impl PartialOrd for BuffDamageResult
impl PartialOrd for BuffDamageResult
§impl Serialize for BuffDamageResult
impl Serialize for BuffDamageResult
§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 BuffDamageResult
impl VariantNames for BuffDamageResult
impl Copy for BuffDamageResult
impl Eq for BuffDamageResult
impl StructuralPartialEq for BuffDamageResult
Auto Trait Implementations§
impl Freeze for BuffDamageResult
impl RefUnwindSafe for BuffDamageResult
impl Send for BuffDamageResult
impl Sync for BuffDamageResult
impl Unpin for BuffDamageResult
impl UnwindSafe for BuffDamageResult
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
)