[][src]Struct reefast::dh::BuffLGM

pub struct BuffLGM {
    pub attr_id: ReeInt,
    pub group_id: ReeInt,
}

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

Fields

attr_id: ReeInt

Refers an attribute which is the target of the modification.

group_id: ReeInt

Refers an item group for a modification filter. Only items belonging to this group are eligible for the modification.

Implementations

impl BuffLGM[src]

pub fn new(attr_id: ReeInt, group_id: ReeInt) -> BuffLGM[src]

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

Trait Implementations

impl Debug for BuffLGM[src]

Auto Trait Implementations

impl RefUnwindSafe for BuffLGM

impl Send for BuffLGM

impl Sync for BuffLGM

impl Unpin for BuffLGM

impl UnwindSafe for BuffLGM

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.