[][src]Enum ot::dat::DatAttributes

pub enum DatAttributes {
    Ground(u16),
    GroundBorder,
    OnBottom,
    OnTop,
    Container,
    Stackable,
    ForceUse,
    MultiUse,
    Writeable(u16),
    WriteableOnce(u16),
    FluidContainer,
    Splash,
    NotWalkable,
    NotMoveable,
    BlockProjectile,
    NotPathable,
    NoMoveAnimation,
    Pickupable,
    Hangable,
    HookSouth,
    HookEast,
    Rotateable,
    Light(LightInfo),
    DontHide,
    Translucent,
    Displacement(Vector2),
    Elevation(u16),
    LyingCorpse,
    AnimateAlways,
    MinimapColor(u16),
    LensHelp(u16),
    FullGround,
    Look,
    Cloth(u16),
    Market(MarketInfo),
    DefaultAction(u16),
    Wrapable,
    Unwrapable,
    TopEffect,
    NotPreWalkable,
    Unknown1,
    Usable,
    LastAttr,
}

Variants

Ground(u16)GroundBorderOnBottomOnTopContainerStackableForceUseMultiUseWriteable(u16)WriteableOnce(u16)FluidContainerSplashNotWalkableNotMoveableBlockProjectileNotPathableNoMoveAnimationPickupableHangableHookSouthHookEastRotateableLight(LightInfo)DontHideTranslucentDisplacement(Vector2)Elevation(u16)LyingCorpseAnimateAlwaysMinimapColor(u16)LensHelp(u16)FullGroundLookCloth(u16)Market(MarketInfo)DefaultAction(u16)WrapableUnwrapableTopEffectNotPreWalkableUnknown1UsableLastAttr

Trait Implementations

impl Debug for DatAttributes[src]

Auto Trait Implementations

Blanket Implementations

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.

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

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

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

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.