Struct sc2::debug::DebugLine[][src]

pub struct DebugLine { /* fields omitted */ }

A debug line defined by a start and end point.

Methods

impl DebugLine
[src]

Create a line from p1 to p2.

Set the color of the line (default is white).

Trait Implementations

impl Debug for DebugLine
[src]

Formats the value using the given formatter. Read more

impl Copy for DebugLine
[src]

impl Clone for DebugLine
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<DebugLine> for DebugCommand
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DebugLine

impl Sync for DebugLine