Struct rgsl::types::complex::ComplexF32 [] [src]

pub struct ComplexF32 {
    pub data: [f32; 2],
}

Fields

data: [f32; 2]

Trait Implementations

impl Copy for ComplexF32
[src]

impl Debug for ComplexF32
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for ComplexF32
[src]

fn clone(&self) -> ComplexF32

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for ComplexF32
[src]

fn default() -> ComplexF32

Returns the "default value" for a type. Read more