Skip to main content

mlx_complex64_t

Type Alias mlx_complex64_t 

Source
pub type mlx_complex64_t = __BindgenComplex<f32>;

Aliased Type§

#[repr(C)]
pub struct mlx_complex64_t { pub re: f32, pub im: f32, }

Fields§

§re: f32§im: f32