DstA1

Type Alias DstA1 

Source
pub type DstA1<D, const N: usize> = DstBase<D, A1, N>;
Expand description

DstBase storing an object with alignment of 1 byte

Aliased Typeยง

pub struct DstA1<D, const N: usize> { /* private fields */ }