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

pub struct Inserter<'a> { /* fields omitted */ }

Allows inserting a fence in the list.

Methods

impl<'a> Inserter<'a>
[src]

Inserts a new fence.

Auto Trait Implementations

impl<'a> !Send for Inserter<'a>

impl<'a> !Sync for Inserter<'a>