[][src]Trait kas::layout::RowTemp

pub trait RowTemp: Default + Sealed { }

Temporary storage type.

For dynamic-length rows and fixed-length rows with more than 16 items use Vec<u32>. For fixed-length rows up to 16 items, use [u32; rows].

Implementations on Foreign Types

impl RowTemp for Vec<u32>[src]

impl RowTemp for [u32; 0][src]

impl RowTemp for [u32; 1][src]

impl RowTemp for [u32; 2][src]

impl RowTemp for [u32; 3][src]

impl RowTemp for [u32; 4][src]

impl RowTemp for [u32; 5][src]

impl RowTemp for [u32; 6][src]

impl RowTemp for [u32; 7][src]

impl RowTemp for [u32; 8][src]

impl RowTemp for [u32; 9][src]

impl RowTemp for [u32; 10][src]

impl RowTemp for [u32; 11][src]

impl RowTemp for [u32; 12][src]

impl RowTemp for [u32; 13][src]

impl RowTemp for [u32; 14][src]

impl RowTemp for [u32; 15][src]

impl RowTemp for [u32; 16][src]

Loading content...

Implementors

Loading content...