Skip to main content

Module layout

Module layout 

Source
Expand description

Layout marker ZSTs and the sealed Layout trait.

Only RowMajor and ColMajor implement Layout; the crate::private::Sealed supertrait prevents external implementations.

Structs§

ColMajor
Column-major (Fortran-order) layout marker ZST.
RowMajor
Row-major (C-order) layout marker ZST.

Traits§

Layout
Sealed marker trait for tensor layout ZSTs.