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 ActionTargetfn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for ActionTarget[src]
impl Copy for ActionTargetimpl Clone for ActionTarget[src]
impl Clone for ActionTargetfn clone(&self) -> ActionTarget[src]
fn clone(&self) -> ActionTargetReturns 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 ActionTargetimpl Sync for ActionTarget
impl Sync for ActionTarget