pub type ComplexI32 = Complex<i32>;Aliased Type§
#[repr(C)]pub struct ComplexI32 {
pub re: i32,
pub im: i32,
}Fields§
§re: i32Real portion of the complex number
im: i32Imaginary portion of the complex number
pub type ComplexI32 = Complex<i32>;#[repr(C)]pub struct ComplexI32 {
pub re: i32,
pub im: i32,
}re: i32Real portion of the complex number
im: i32Imaginary portion of the complex number