Function aligned_byte_storage

Source
pub const fn aligned_byte_storage<T, const N: usize>() -> ByteStorage<T, N>
Expand description

Create a new byte storage buffer for a maximum byte capacity N, with a memory alignment matching type T.