Enum glfw::ContextReleaseBehavior [−][src]
#[repr(i32)]
pub enum ContextReleaseBehavior {
Any,
Flush,
None,
}Expand description
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
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for ContextReleaseBehavior
impl Send for ContextReleaseBehavior
impl Sync for ContextReleaseBehavior
impl Unpin for ContextReleaseBehavior
impl UnwindSafe for ContextReleaseBehavior
Blanket Implementations
Mutably borrows from an owned value. Read more