Struct glium::buffer::Mapping
[−]
[src]
pub struct Mapping<'b, D: ?Sized> where
D: Content, { /* 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,
[src]
D: Content,
type Target = D
The resulting type after dereferencing.
fn deref(&self) -> &D
[src]
Dereferences the value.
impl<'a, D: ?Sized> DerefMut for Mapping<'a, D> where
D: Content,
[src]
D: Content,