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
[src]

type Target = D

The resulting type after dereferencing

fn deref(&self) -> &D

The method called to dereference a value