Skip to main content

ComplexU32

Type Alias ComplexU32 

Source
pub type ComplexU32 = Complex<u32>;

Aliased Type§

#[repr(C)]
pub struct ComplexU32 { pub re: u32, pub im: u32, }

Fields§

§re: u32

Real portion of the complex number

§im: u32

Imaginary portion of the complex number

Trait Implementations§