pub type ComplexI16 = Complex<i16>;Aliased Type§
#[repr(C)]pub struct ComplexI16 {
pub re: i16,
pub im: i16,
}Fields§
§re: i16Real portion of the complex number
im: i16Imaginary portion of the complex number
pub type ComplexI16 = Complex<i16>;#[repr(C)]pub struct ComplexI16 {
pub re: i16,
pub im: i16,
}re: i16Real portion of the complex number
im: i16Imaginary portion of the complex number