Enum sc2::data::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]

[src]

Formats the value using the given formatter. Read more

impl Copy for ActionTarget
[src]

impl Clone for ActionTarget
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ActionTarget

impl Sync for ActionTarget