Enum glutin::ReleaseBehavior [] [src]

pub enum ReleaseBehavior {
    None,
    Flush,
}

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

Derived Implementations

impl Eq for ReleaseBehavior

impl PartialEq for ReleaseBehavior

fn eq(&self, __arg_0: &ReleaseBehavior) -> bool

fn ne(&self, __arg_0: &ReleaseBehavior) -> bool

impl Clone for ReleaseBehavior

fn clone(&self) -> ReleaseBehavior

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for ReleaseBehavior

impl Debug for ReleaseBehavior

fn fmt(&self, __arg_0: &mut Formatter) -> Result