pub trait MemLayout { type Type; const LAYOUT: Self::Type; const LEN: usize; }
Trait that defines a memory layout.
The associated memory layout type.
A constant instance of the memory layout.
The length of the memory layout.