Dst

Type Alias Dst 

Source
pub type Dst<D, const N: usize> = DstA8<D, N>;
Expand description

DstBase with the alignment of usize. This is almost always what you want to use.

Aliased Typeยง

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