Enum sc2::debug::DebugTextTarget [−][src]
Target for debugging text.
Variants
Screen(Point2)
Screen coordinates for debug text.
World(Point3)
World coordinates for debug text.
Trait Implementations
impl Debug for DebugTextTarget
[src]
impl Debug for DebugTextTarget
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 DebugTextTarget
[src]
impl Copy for DebugTextTarget
impl Clone for DebugTextTarget
[src]
impl Clone for DebugTextTarget
fn clone(&self) -> DebugTextTarget
[src]
fn clone(&self) -> DebugTextTarget
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 DebugTextTarget
impl Send for DebugTextTarget
impl Sync for DebugTextTarget
impl Sync for DebugTextTarget