Enum arcdps::evtc::buff::BuffStackType
#[repr(u8)]pub enum BuffStackType {
StackingConditionalLoss = 0,
Queue = 1,
CappedDuration = 2,
Regeneration = 3,
Stacking = 4,
Force = 5,
}
Expand description
Buff stacking behavior.
Occurs in BuffInfo
.
Variants§
StackingConditionalLoss = 0
Stacking in intensity with conditional loss.
Similar to BuffStackType::Stacking
.
Queue = 1
Stacking in duration with queue.
CappedDuration = 2
Stacking in duration with cap.
Regeneration = 3
Regeneration-like stacking in duration.
Stacking = 4
Stacking in intensity.
Force = 5
No stacking. Force override.
Trait Implementations§
§impl Clone for BuffStackType
impl Clone for BuffStackType
§fn clone(&self) -> BuffStackType
fn clone(&self) -> BuffStackType
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 BuffStackType
impl Debug for BuffStackType
§impl<'de> Deserialize<'de> for BuffStackType
impl<'de> Deserialize<'de> for BuffStackType
§fn deserialize<__D>(
__deserializer: __D,
) -> Result<BuffStackType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<BuffStackType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Display for BuffStackType
impl Display for BuffStackType
§impl EnumCount for BuffStackType
impl EnumCount for BuffStackType
§impl<'_derivative_strum> From<&'_derivative_strum BuffStackType> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum BuffStackType> for &'static str
§fn from(x: &'_derivative_strum BuffStackType) -> &'static str
fn from(x: &'_derivative_strum BuffStackType) -> &'static str
Converts to this type from the input type.
§impl From<BuffStackType> for &'static str
impl From<BuffStackType> for &'static str
§fn from(x: BuffStackType) -> &'static str
fn from(x: BuffStackType) -> &'static str
Converts to this type from the input type.
§impl Hash for BuffStackType
impl Hash for BuffStackType
§impl IntoEnumIterator for BuffStackType
impl IntoEnumIterator for BuffStackType
type Iterator = BuffStackTypeIter
fn iter() -> BuffStackTypeIter ⓘ
§impl Ord for BuffStackType
impl Ord for BuffStackType
§impl PartialEq for BuffStackType
impl PartialEq for BuffStackType
§impl PartialOrd for BuffStackType
impl PartialOrd for BuffStackType
§impl Serialize for BuffStackType
impl Serialize for BuffStackType
§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 TryFrom<u8> for BuffStackType
impl TryFrom<u8> for BuffStackType
§type Error = TryFromPrimitiveError<BuffStackType>
type Error = TryFromPrimitiveError<BuffStackType>
The type returned in the event of a conversion error.
§fn try_from(
number: u8,
) -> Result<BuffStackType, TryFromPrimitiveError<BuffStackType>>
fn try_from( number: u8, ) -> Result<BuffStackType, TryFromPrimitiveError<BuffStackType>>
Performs the conversion.
§impl TryFromPrimitive for BuffStackType
impl TryFromPrimitive for BuffStackType
type Primitive = u8
type Error = TryFromPrimitiveError<BuffStackType>
const NAME: &'static str = "BuffStackType"
fn try_from_primitive( number: <BuffStackType as TryFromPrimitive>::Primitive, ) -> Result<BuffStackType, TryFromPrimitiveError<BuffStackType>>
§impl VariantNames for BuffStackType
impl VariantNames for BuffStackType
impl Copy for BuffStackType
impl Eq for BuffStackType
impl StructuralPartialEq for BuffStackType
Auto Trait Implementations§
impl Freeze for BuffStackType
impl RefUnwindSafe for BuffStackType
impl Send for BuffStackType
impl Sync for BuffStackType
impl Unpin for BuffStackType
impl UnwindSafe for BuffStackType
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
)