SharedBuffer

Type Alias SharedBuffer 

Source
pub type SharedBuffer<T> = Buffer<T, UsmAllocator<SharedAllocator>>;

Aliased Typeยง

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