Struct sc2::data::PowerSource [−][src]
pub struct PowerSource { /* fields omitted */ }
Power source information for Protoss.
Trait Implementations
impl Debug for PowerSource
[src]
impl Debug for PowerSource
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for PowerSource
[src]
impl Copy for PowerSource
impl Clone for PowerSource
[src]
impl Clone for PowerSource
fn clone(&self) -> PowerSource
[src]
fn clone(&self) -> PowerSource
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl From<PowerSource> for PowerSource
[src]
impl From<PowerSource> for PowerSource
Auto Trait Implementations
impl Send for PowerSource
impl Send for PowerSource
impl Sync for PowerSource
impl Sync for PowerSource