Enum sc2::data::DisplayType[][src]

pub enum DisplayType {
    Visible,
    Snapshot,
    Hidden,
}

Whether the unit is shown on screen or not.

Variants

Unit will be visible.

Unit is represented by a snapshot in fog-of-war.

The actual unit may be in a different location or state.

Unit will be hidden to enemies.

Trait Implementations

impl Debug for DisplayType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DisplayType
[src]

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

This method tests for !=.

impl Copy for DisplayType
[src]

impl Clone for DisplayType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<DisplayType> for DisplayType
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DisplayType

impl Sync for DisplayType