Struct rust_sc2::game_state::PsionicMatrix [−][src]
Power matrix from the pylon or warp prism, used to give power to buildings and warp units on it.
Fields
pos: Point2Position of psionic matrix source.
radius: f32Radius of the matrix: shold be 6.5 for pylon and 3.75 for warp prism in phsing mode.
tag: u64Tag of unit that is source of power matrix.
Trait Implementations
impl Clone for PsionicMatrix[src]
impl Clone for PsionicMatrix[src]fn clone(&self) -> PsionicMatrix[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for PsionicMatrix
impl RefUnwindSafe for PsionicMatriximpl Send for PsionicMatrix
impl Send for PsionicMatriximpl Sync for PsionicMatrix
impl Sync for PsionicMatriximpl Unpin for PsionicMatrix
impl Unpin for PsionicMatriximpl UnwindSafe for PsionicMatrix
impl UnwindSafe for PsionicMatrix