Struct nannou::ui::backend::glium::glium::buffer::Mapping[][src]

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

A mapping of a buffer for reading and writing.

Trait Implementations

impl<'a, D> DerefMut for Mapping<'a, D> where
    D: Content + ?Sized
[src]

Important traits for &'a mut R

Mutably dereferences the value.

impl<'a, D> Deref for Mapping<'a, D> where
    D: Content + ?Sized
[src]

The resulting type after dereferencing.

Important traits for &'a mut R

Dereferences the value.

Auto Trait Implementations

impl<'b, D> !Send for Mapping<'b, D>

impl<'b, D: ?Sized> Sync for Mapping<'b, D> where
    D: Send + Sync