Enum sc2::action::ActionTarget [−][src]
Action target.
Variants
Unit(Tag)
Target a unit with this action.
Location(Point2)
Target a location with this action.
Trait Implementations
impl Debug for ActionTarget
[src]
impl Debug for ActionTarget
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for ActionTarget
[src]
impl Copy for ActionTarget
impl Clone for ActionTarget
[src]
impl Clone for ActionTarget
fn clone(&self) -> ActionTarget
[src]
fn clone(&self) -> ActionTarget
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for ActionTarget
impl Send for ActionTarget
impl Sync for ActionTarget
impl Sync for ActionTarget