Struct nannou::ui::backend::glium::glium::LinearSyncFence[][src]

#[must_use]
pub struct LinearSyncFence { /* fields omitted */ }

Prototype for a SyncFence.

The fence must be consumed with either into_sync_fence, otherwise the destructor will panic.

Methods

impl LinearSyncFence
[src]

Turns the prototype into a real fence.

Trait Implementations

impl Send for LinearSyncFence
[src]

impl Drop for LinearSyncFence
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations