Enum sc2::action::ActionTarget[][src]

pub enum ActionTarget {
    Unit(Tag),
    Location(Point2),
}

Action target.

Variants

Target a unit with this action.

Target a location with this action.

Trait Implementations

impl Debug for ActionTarget
[src]

Formats the value using the given formatter. Read more

impl Copy for ActionTarget
[src]

impl Clone for ActionTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ActionTarget

impl Sync for ActionTarget