Struct sc2::data::DebugLine [] [src]

pub struct DebugLine { /* fields omitted */ }

a debug line defined by a start and end point

Methods

impl DebugLine
[src]

[src]

create a line from p1 to p2

[src]

set the color of the line (default is white)

Trait Implementations

impl Debug for DebugLine
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for DebugLine
[src]

impl Clone for DebugLine
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<DebugLine> for DebugCommand
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DebugLine

impl Sync for DebugLine