pub trait BufferMut: Buffer {
    // Required method
    fn buffer_mut(&mut self) -> &mut [<Self as Buffer>::Unit];
}Expand description
Buffer types which own mutable data.
pub trait BufferMut: Buffer {
    // Required method
    fn buffer_mut(&mut self) -> &mut [<Self as Buffer>::Unit];
}Buffer types which own mutable data.