Enum glin::DebugSeverity [−][src]
#[repr(u32)]
pub enum DebugSeverity {
High,
Medium,
Low,
Notification,
}Variants
Implementations
impl DebugSeverity[src]
impl DebugSeverity[src]pub fn from_gl_enum(severity: GLenum) -> DebugSeverity[src]
Trait Implementations
impl Clone for DebugSeverity[src]
impl Clone for DebugSeverity[src]fn clone(&self) -> DebugSeverity[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Ord for DebugSeverity[src]
impl Ord for DebugSeverity[src]impl PartialEq<DebugSeverity> for DebugSeverity[src]
impl PartialEq<DebugSeverity> for DebugSeverity[src]impl PartialOrd<DebugSeverity> for DebugSeverity[src]
impl PartialOrd<DebugSeverity> for DebugSeverity[src]fn partial_cmp(&self, other: &DebugSeverity) -> 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