[][src]Struct reefast::dh::BuffLRSM

pub struct BuffLRSM {
    pub attr_id: ReeInt,
    pub skill_id: ReeInt,
}

Auxiliary data needed to apply a dogma buff modification to location- and skill requirement-filtered items.

Fields

attr_id: ReeInt

Refers an attribute which is the target of the modification.

skill_id: ReeInt

Refers a skill item for a modification filter. Only items having this skill requirement will be eligible for the modification.

Implementations

impl BuffLRSM[src]

pub fn new(attr_id: ReeInt, skill_id: ReeInt) -> BuffLRSM[src]

Make a new dogma buff auxiliary modifier out of passed data.

Trait Implementations

impl Debug for BuffLRSM[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.