#[repr(transparent)]pub struct DebugReportFlagsEXT(_);Expand description
Implementations
sourceimpl DebugReportFlagsEXT
impl DebugReportFlagsEXT
pub const fn empty() -> DebugReportFlagsEXT
pub const fn from_raw(x: u32) -> DebugReportFlagsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: DebugReportFlagsEXT) -> bool
sourcepub const fn contains(self, other: DebugReportFlagsEXT) -> bool
pub const fn contains(self, other: DebugReportFlagsEXT) -> bool
Returns whether other is a subset of self
sourceimpl DebugReportFlagsEXT
impl DebugReportFlagsEXT
pub const INFORMATION: DebugReportFlagsEXT = Self(1)
pub const WARNING: DebugReportFlagsEXT = Self(2)
pub const PERFORMANCE_WARNING: DebugReportFlagsEXT = Self(4)
pub const ERROR: DebugReportFlagsEXT = Self(8)
pub const DEBUG: DebugReportFlagsEXT = Self(16)
Trait Implementations
sourceimpl BitAnd<DebugReportFlagsEXT> for DebugReportFlagsEXT
impl BitAnd<DebugReportFlagsEXT> for DebugReportFlagsEXT
type Output = DebugReportFlagsEXT
type Output = DebugReportFlagsEXT
The resulting type after applying the & operator.
sourcefn bitand(self, rhs: DebugReportFlagsEXT) -> DebugReportFlagsEXT
fn bitand(self, rhs: DebugReportFlagsEXT) -> DebugReportFlagsEXT
Performs the & operation. Read more
sourceimpl BitAndAssign<DebugReportFlagsEXT> for DebugReportFlagsEXT
impl BitAndAssign<DebugReportFlagsEXT> for DebugReportFlagsEXT
sourcefn bitand_assign(&mut self, rhs: DebugReportFlagsEXT)
fn bitand_assign(&mut self, rhs: DebugReportFlagsEXT)
Performs the &= operation. Read more
sourceimpl BitOr<DebugReportFlagsEXT> for DebugReportFlagsEXT
impl BitOr<DebugReportFlagsEXT> for DebugReportFlagsEXT
type Output = DebugReportFlagsEXT
type Output = DebugReportFlagsEXT
The resulting type after applying the | operator.
sourcefn bitor(self, rhs: DebugReportFlagsEXT) -> DebugReportFlagsEXT
fn bitor(self, rhs: DebugReportFlagsEXT) -> DebugReportFlagsEXT
Performs the | operation. Read more
sourceimpl BitOrAssign<DebugReportFlagsEXT> for DebugReportFlagsEXT
impl BitOrAssign<DebugReportFlagsEXT> for DebugReportFlagsEXT
sourcefn bitor_assign(&mut self, rhs: DebugReportFlagsEXT)
fn bitor_assign(&mut self, rhs: DebugReportFlagsEXT)
Performs the |= operation. Read more
sourceimpl BitXor<DebugReportFlagsEXT> for DebugReportFlagsEXT
impl BitXor<DebugReportFlagsEXT> for DebugReportFlagsEXT
type Output = DebugReportFlagsEXT
type Output = DebugReportFlagsEXT
The resulting type after applying the ^ operator.
sourcefn bitxor(self, rhs: DebugReportFlagsEXT) -> DebugReportFlagsEXT
fn bitxor(self, rhs: DebugReportFlagsEXT) -> DebugReportFlagsEXT
Performs the ^ operation. Read more
sourceimpl BitXorAssign<DebugReportFlagsEXT> for DebugReportFlagsEXT
impl BitXorAssign<DebugReportFlagsEXT> for DebugReportFlagsEXT
sourcefn bitxor_assign(&mut self, rhs: DebugReportFlagsEXT)
fn bitxor_assign(&mut self, rhs: DebugReportFlagsEXT)
Performs the ^= operation. Read more
sourceimpl Clone for DebugReportFlagsEXT
impl Clone for DebugReportFlagsEXT
sourcefn clone(&self) -> DebugReportFlagsEXT
fn clone(&self) -> DebugReportFlagsEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DebugReportFlagsEXT
impl Debug for DebugReportFlagsEXT
sourceimpl Default for DebugReportFlagsEXT
impl Default for DebugReportFlagsEXT
sourcefn default() -> DebugReportFlagsEXT
fn default() -> DebugReportFlagsEXT
Returns the “default value” for a type. Read more
sourceimpl Hash for DebugReportFlagsEXT
impl Hash for DebugReportFlagsEXT
sourceimpl Not for DebugReportFlagsEXT
impl Not for DebugReportFlagsEXT
type Output = DebugReportFlagsEXT
type Output = DebugReportFlagsEXT
The resulting type after applying the ! operator.
sourcefn not(self) -> DebugReportFlagsEXT
fn not(self) -> DebugReportFlagsEXT
Performs the unary ! operation. Read more
sourceimpl Ord for DebugReportFlagsEXT
impl Ord for DebugReportFlagsEXT
sourceimpl PartialEq<DebugReportFlagsEXT> for DebugReportFlagsEXT
impl PartialEq<DebugReportFlagsEXT> for DebugReportFlagsEXT
sourcefn eq(&self, other: &DebugReportFlagsEXT) -> bool
fn eq(&self, other: &DebugReportFlagsEXT) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DebugReportFlagsEXT) -> bool
fn ne(&self, other: &DebugReportFlagsEXT) -> bool
This method tests for !=.
sourceimpl PartialOrd<DebugReportFlagsEXT> for DebugReportFlagsEXT
impl PartialOrd<DebugReportFlagsEXT> for DebugReportFlagsEXT
sourcefn partial_cmp(&self, other: &DebugReportFlagsEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &DebugReportFlagsEXT) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Copy for DebugReportFlagsEXT
impl Eq for DebugReportFlagsEXT
impl StructuralEq for DebugReportFlagsEXT
impl StructuralPartialEq for DebugReportFlagsEXT
Auto Trait Implementations
impl RefUnwindSafe for DebugReportFlagsEXT
impl Send for DebugReportFlagsEXT
impl Sync for DebugReportFlagsEXT
impl Unpin for DebugReportFlagsEXT
impl UnwindSafe for DebugReportFlagsEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more