Enum siege::Material [] [src]

pub enum Material {
    Wood,
    Metal,
    Rope,
}

The material that the parts are made of. This determines how they get rendered and their strength.

Variants

Trait Implementations

impl Debug for Material
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Material
[src]

impl Clone for Material
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Material
[src]

impl PartialEq for Material
[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 Material

impl Sync for Material