Enum ezomyte::WeaponType [] [src]

pub enum WeaponType {
    Bow,
    Claw,
    Dagger,
    OneHandedAxe,
    OneHandedMace,
    OneHandedSword,
    Sceptre,
    Staff,
    TwoHandedAxe,
    TwoHandedMace,
    TwoHandedSword,
    Wand,
}

Type of a weapon.

Variants

A bow.

A claw.

A dagger.

One-handed axe.

One-handed mace,

One-handed sword.

Scepter (one-handed intelligence-based mace).

Staff,

Two-handed axe.

Two-handed mace.

Two-handed sword.

Wand.

Trait Implementations

impl Clone for WeaponType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for WeaponType
[src]

impl Debug for WeaponType
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for WeaponType
[src]

impl Hash for WeaponType
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for WeaponType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for WeaponType

impl Sync for WeaponType