[][src]Struct reefast::dh::BuffIM

pub struct BuffIM {
    pub attr_id: ReeInt,
}

Auxiliary data needed to apply a dogma buff modification directly to some item.

Fields

attr_id: ReeInt

Refers an attribute which is the target of the modification.

Implementations

impl BuffIM[src]

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

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

Trait Implementations

impl Debug for BuffIM[src]

Auto Trait Implementations

impl RefUnwindSafe for BuffIM

impl Send for BuffIM

impl Sync for BuffIM

impl Unpin for BuffIM

impl UnwindSafe for BuffIM

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.