Enum glfw::ContextReleaseBehavior [−][src]
#[repr(i32)] pub enum ContextReleaseBehavior { Any, Flush, None, }
ContextReleaseBehavior
specifies the release behavior to be used by the context.
Variants
Flush
tells the context to flush the pipeline whenever the context is released from being the current one.
None
tells the context to NOT flush the pipeline on release
Trait Implementations
impl Clone for ContextReleaseBehavior
[src]
impl Clone for ContextReleaseBehavior
[src]fn clone(&self) -> ContextReleaseBehavior
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for ContextReleaseBehavior
[src]
impl Hash for ContextReleaseBehavior
[src]impl Ord for ContextReleaseBehavior
[src]
impl Ord for ContextReleaseBehavior
[src]impl PartialOrd<ContextReleaseBehavior> for ContextReleaseBehavior
[src]
impl PartialOrd<ContextReleaseBehavior> for ContextReleaseBehavior
[src]fn partial_cmp(&self, other: &ContextReleaseBehavior) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool