Enum rin::gl::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: u32) -> DebugSeverity
[src]
Trait Implementations
impl Clone for DebugSeverity
[src]
impl Clone for DebugSeverity
[src]pub 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]pub fn partial_cmp(&self, other: &DebugSeverity) -> 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) -> boolimpl Copy for DebugSeverity
[src]
impl Eq for DebugSeverity
[src]
impl StructuralEq for DebugSeverity
[src]
impl StructuralPartialEq for DebugSeverity
[src]
Auto Trait Implementations
impl RefUnwindSafe for DebugSeverity
impl Send for DebugSeverity
impl Sync for DebugSeverity
impl Unpin for DebugSeverity
impl UnwindSafe for DebugSeverity
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<T> Slottable for T where
T: Copy,
[src]
T: Copy,