Enum glutin::ReleaseBehavior [−][src]
pub enum ReleaseBehavior {
None,
Flush,
}The behavior of the driver when you change the current context.
Variants
NoneDoesn't do anything. Most notably doesn't flush.
FlushFlushes the context that was previously current as if glFlush was called.
Trait Implementations
impl Debug for ReleaseBehavior[src]
impl Debug for ReleaseBehaviorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for ReleaseBehavior[src]
impl Copy for ReleaseBehaviorimpl Clone for ReleaseBehavior[src]
impl Clone for ReleaseBehaviorfn clone(&self) -> ReleaseBehavior[src]
fn clone(&self) -> ReleaseBehaviorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for ReleaseBehavior[src]
impl PartialEq for ReleaseBehaviorfn eq(&self, other: &ReleaseBehavior) -> bool[src]
fn eq(&self, other: &ReleaseBehavior) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ReleaseBehavior[src]
impl Eq for ReleaseBehaviorAuto Trait Implementations
impl Send for ReleaseBehavior
impl Send for ReleaseBehaviorimpl Sync for ReleaseBehavior
impl Sync for ReleaseBehavior