pub unsafe trait Buffer: Pointer + Collection + AsDatatype { }
Expand description

A buffer is a region in memory that starts at pointer() and contains count() copies of as_datatype().

Implementations on Foreign Types

Implementors