Enum sc2::debug::DebugTextTarget[][src]

pub enum DebugTextTarget {
    Screen(Point2),
    World(Point3),
}

Target for debugging text.

Variants

Screen coordinates for debug text.

World coordinates for debug text.

Trait Implementations

impl Debug for DebugTextTarget
[src]

Formats the value using the given formatter. Read more

impl Copy for DebugTextTarget
[src]

impl Clone for DebugTextTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DebugTextTarget

impl Sync for DebugTextTarget