Skip to main content

IntraEdgeBuffer

Type Alias IntraEdgeBuffer 

Source
type IntraEdgeBuffer<T> = Aligned<A64, [MaybeUninit<T>; 257]>;

Aliased Typeยง

#[repr(C)]
struct IntraEdgeBuffer<T> { /* private fields */ }