Struct ash::vk::DebugReportFlagsEXT
source · pub struct DebugReportFlagsEXT(/* private fields */);
Expand description
Implementations§
source§impl DebugReportFlagsEXT
impl DebugReportFlagsEXT
source§impl DebugReportFlagsEXT
impl DebugReportFlagsEXT
pub const INFORMATION: Self = _
pub const WARNING: Self = _
pub const PERFORMANCE_WARNING: Self = _
pub const ERROR: Self = _
pub const DEBUG: Self = _
Trait Implementations§
source§impl BitAnd for DebugReportFlagsEXT
impl BitAnd for DebugReportFlagsEXT
source§impl BitAndAssign for DebugReportFlagsEXT
impl BitAndAssign for DebugReportFlagsEXT
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for DebugReportFlagsEXT
impl BitOr for DebugReportFlagsEXT
source§impl BitOrAssign for DebugReportFlagsEXT
impl BitOrAssign for DebugReportFlagsEXT
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for DebugReportFlagsEXT
impl BitXor for DebugReportFlagsEXT
source§impl BitXorAssign for DebugReportFlagsEXT
impl BitXorAssign for DebugReportFlagsEXT
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
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§impl Hash for DebugReportFlagsEXT
impl Hash for DebugReportFlagsEXT
source§impl Not for DebugReportFlagsEXT
impl Not for DebugReportFlagsEXT
source§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§fn 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 ==
.source§impl PartialOrd for DebugReportFlagsEXT
impl PartialOrd for DebugReportFlagsEXT
source§fn partial_cmp(&self, other: &DebugReportFlagsEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &DebugReportFlagsEXT) -> Option<Ordering>
1.0.0 · source§fn 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 moreimpl 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