Type Alias Matx43

Source
pub type Matx43<T> = Matx<T, SizedArray43>;

Aliased Type§

#[repr(C)]
pub struct Matx43<T> { pub val: <SizedArray43 as SizedArray<T>>::Storage, }

Fields§

§val: <SizedArray43 as SizedArray<T>>::Storage