IntoFlatIndex

Trait IntoFlatIndex 

Source
pub trait IntoFlatIndex<A, G>
where A: NonZero + Unsigned,
{ type Item: Copy + Integer + NumCast + Unsigned; // Required method fn into_flat_index(self) -> MeshBuffer<Flat<A, Self::Item>, G>; }

Required Associated Types§

Required Methods§

Source

fn into_flat_index(self) -> MeshBuffer<Flat<A, Self::Item>, G>

Implementors§

Source§

impl<A, N, G> IntoFlatIndex<A, G> for MeshBuffer<Flat<A, N>, G>

Source§

type Item = N

Source§

impl<N, G> IntoFlatIndex<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, G> for MeshBuffer<Structured4<N>, G>
where N: Copy + Integer + NumCast + Unsigned,

Source§

type Item = N

Source§

impl<N, G> IntoFlatIndex<UInt<UInt<UTerm, B1>, B1>, G> for MeshBuffer<Structured3<N>, G>
where N: Copy + Integer + NumCast + Unsigned,

Source§

type Item = N