pub trait PartitionedBufferMut: Partitioned + PointerMut + AsDatatype { }
Expand description

A mutable buffer that is Partitioned

Implementors§

source§

impl<'b, B, C, D> PartitionedBufferMut for PartitionMut<'b, B, C, D>
where B: 'b + PointerMut + AsDatatype + ?Sized, C: Borrow<[Count]>, D: Borrow<[Count]>,