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

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

A mapping of a buffer for reading.

Trait Implementations

impl<'a, D> Deref for ReadMapping<'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 ReadMapping<'b, D>

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