pub struct DebugReportFlagsEXT(/* private fields */);Expand description
Implementations§
Source§impl 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
Source§impl DebugReportFlagsEXT
impl DebugReportFlagsEXT
pub const INFORMATION: DebugReportFlagsEXT
pub const WARNING: DebugReportFlagsEXT
pub const PERFORMANCE_WARNING: DebugReportFlagsEXT
pub const ERROR: DebugReportFlagsEXT
pub const DEBUG: DebugReportFlagsEXT
Trait Implementations§
Source§impl BitAnd for DebugReportFlagsEXT
impl BitAnd for DebugReportFlagsEXT
Source§type Output = DebugReportFlagsEXT
type Output = DebugReportFlagsEXT
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: DebugReportFlagsEXT) -> DebugReportFlagsEXT
fn bitand(self, rhs: DebugReportFlagsEXT) -> DebugReportFlagsEXT
Performs the
& operation. Read moreSource§impl BitAndAssign for DebugReportFlagsEXT
impl BitAndAssign for DebugReportFlagsEXT
Source§fn bitand_assign(&mut self, rhs: DebugReportFlagsEXT)
fn bitand_assign(&mut self, rhs: DebugReportFlagsEXT)
Performs the
&= operation. Read moreSource§impl BitOr for DebugReportFlagsEXT
impl BitOr for DebugReportFlagsEXT
Source§type Output = DebugReportFlagsEXT
type Output = DebugReportFlagsEXT
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: DebugReportFlagsEXT) -> DebugReportFlagsEXT
fn bitor(self, rhs: DebugReportFlagsEXT) -> DebugReportFlagsEXT
Performs the
| operation. Read moreSource§impl BitOrAssign for DebugReportFlagsEXT
impl BitOrAssign for DebugReportFlagsEXT
Source§fn bitor_assign(&mut self, rhs: DebugReportFlagsEXT)
fn bitor_assign(&mut self, rhs: DebugReportFlagsEXT)
Performs the
|= operation. Read moreSource§impl BitXor for DebugReportFlagsEXT
impl BitXor for DebugReportFlagsEXT
Source§type Output = DebugReportFlagsEXT
type Output = DebugReportFlagsEXT
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: DebugReportFlagsEXT) -> DebugReportFlagsEXT
fn bitxor(self, rhs: DebugReportFlagsEXT) -> DebugReportFlagsEXT
Performs the
^ operation. Read moreSource§impl BitXorAssign for DebugReportFlagsEXT
impl BitXorAssign for DebugReportFlagsEXT
Source§fn bitxor_assign(&mut self, rhs: DebugReportFlagsEXT)
fn bitxor_assign(&mut self, rhs: DebugReportFlagsEXT)
Performs the
^= operation. Read moreSource§impl Clone for DebugReportFlagsEXT
impl Clone for DebugReportFlagsEXT
Source§fn clone(&self) -> DebugReportFlagsEXT
fn clone(&self) -> DebugReportFlagsEXT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DebugReportFlagsEXT
impl Debug for DebugReportFlagsEXT
Source§impl Default for DebugReportFlagsEXT
impl Default for DebugReportFlagsEXT
Source§fn default() -> DebugReportFlagsEXT
fn default() -> DebugReportFlagsEXT
Returns the “default value” for a type. Read more
Source§impl Hash for DebugReportFlagsEXT
impl Hash for DebugReportFlagsEXT
Source§impl Not for DebugReportFlagsEXT
impl Not for DebugReportFlagsEXT
Source§type Output = DebugReportFlagsEXT
type Output = DebugReportFlagsEXT
The resulting type after applying the
! operator.Source§fn not(self) -> DebugReportFlagsEXT
fn not(self) -> DebugReportFlagsEXT
Performs the unary
! operation. Read moreSource§impl Ord for DebugReportFlagsEXT
impl Ord for DebugReportFlagsEXT
Source§fn cmp(&self, other: &DebugReportFlagsEXT) -> Ordering
fn cmp(&self, other: &DebugReportFlagsEXT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DebugReportFlagsEXT
impl PartialEq for DebugReportFlagsEXT
Source§impl PartialOrd for DebugReportFlagsEXT
impl PartialOrd for DebugReportFlagsEXT
impl Copy for DebugReportFlagsEXT
impl Eq for DebugReportFlagsEXT
impl StructuralPartialEq for DebugReportFlagsEXT
Auto Trait Implementations§
impl Freeze for DebugReportFlagsEXT
impl RefUnwindSafe for DebugReportFlagsEXT
impl Send for DebugReportFlagsEXT
impl Sync for DebugReportFlagsEXT
impl Unpin for DebugReportFlagsEXT
impl UnwindSafe for DebugReportFlagsEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more