[][src]Struct reefast::dh::BuffLM

pub struct BuffLM {
    pub attr_id: ReeInt,
}

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

Fields

attr_id: ReeInt

Refers an attribute which is the target of the modification.

Implementations

impl BuffLM[src]

pub fn new(attr_id: ReeInt) -> BuffLM[src]

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

Trait Implementations

impl Debug for BuffLM[src]

Auto Trait Implementations

impl RefUnwindSafe for BuffLM

impl Send for BuffLM

impl Sync for BuffLM

impl Unpin for BuffLM

impl UnwindSafe for BuffLM

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.