Struct glium::buffer::ReadMapping [] [src]

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

A mapping of a buffer for reading.

Trait Implementations

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

type Target = D

fn deref(&self) -> &D