Enum glutin::ReleaseBehavior [−][src]
pub enum ReleaseBehavior {
None,
Flush,
}
Expand description
The behavior of the driver when you change the current context.
Variants
None
Doesn’t do anything. Most notably doesn’t flush.
Flush
Flushes the context that was previously current as if glFlush
was
called.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ReleaseBehavior
impl Send for ReleaseBehavior
impl Sync for ReleaseBehavior
impl Unpin for ReleaseBehavior
impl UnwindSafe for ReleaseBehavior
Blanket Implementations
Mutably borrows from an owned value. Read more