Struct sc2::data::PowerSource[][src]

pub struct PowerSource { /* fields omitted */ }

Power source information for Protoss.

Trait Implementations

impl Debug for PowerSource
[src]

Formats the value using the given formatter. Read more

impl Copy for PowerSource
[src]

impl Clone for PowerSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<PowerSource> for PowerSource
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for PowerSource

impl Sync for PowerSource