Enum glfw::ContextRobustnessHint [−][src]
#[repr(i32)]
pub enum ContextRobustnessHint {
NoRobustness,
NoResetNotification,
LoseContextOnReset,
}Context robustness tokens.
Variants
Trait Implementations
impl Clone for ContextRobustnessHint[src]
impl Clone for ContextRobustnessHint[src]fn clone(&self) -> ContextRobustnessHint[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Hash for ContextRobustnessHint[src]
impl Hash for ContextRobustnessHint[src]impl Ord for ContextRobustnessHint[src]
impl Ord for ContextRobustnessHint[src]impl PartialOrd<ContextRobustnessHint> for ContextRobustnessHint[src]
impl PartialOrd<ContextRobustnessHint> for ContextRobustnessHint[src]fn partial_cmp(&self, other: &ContextRobustnessHint) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool