Struct glium::buffer::Mapping [] [src]

pub struct Mapping<'b, D: ?Sized> where D: Content {
    // some fields omitted
}

A mapping of a buffer for reading and writing.

Trait Implementations

impl<'a, D: ?Sized> Deref for Mapping<'a, D> where D: Content

type Target = D

fn deref(&self) -> &D

impl<'a, D: ?Sized> DerefMut for Mapping<'a, D> where D: Content

fn deref_mut(&mut self) -> &mut D