HostBuffer

Type Alias HostBuffer 

Source
pub type HostBuffer<T> = Buffer<T, UsmAllocator<HostAllocator>>;

Aliased Typeยง

pub struct HostBuffer<T> { /* private fields */ }