Type Definition drm::ffi::Buffer

source ·
pub type Buffer<T> = Vec<T>;
Expand description

The type to be used as an ffi buffer.