Struct quest_sys::ComplexArray
source · #[repr(C)]pub struct ComplexArray {
pub real: *mut f64,
pub imag: *mut f64,
}Expand description
Represents an array of complex numbers grouped into an array of real components and an array of coressponding complex components.
@ingroup type @author Ania Brown
Fields§
§real: *mut f64§imag: *mut f64Trait Implementations§
source§impl Clone for ComplexArray
impl Clone for ComplexArray
source§fn clone(&self) -> ComplexArray
fn clone(&self) -> ComplexArray
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more