Struct sc2::PowerSource [] [src]

pub struct PowerSource {
    pub tag: Tag,
    pub pos: Point2,
    pub radius: f32,
}

power source information for Protoss

Fields

unit tag of the power source

position of the power source

radius of the power source

Trait Implementations

impl Debug for PowerSource
[src]

[src]

Formats the value using the given formatter.

impl Copy for PowerSource
[src]

impl Clone for PowerSource
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<PowerSource> for PowerSource
[src]

[src]

Performs the conversion.