Struct screen_13::prelude::vk::DebugReportFlagsEXT
source · pub struct DebugReportFlagsEXT(_);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 = 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§
source§impl BitAnd<DebugReportFlagsEXT> for DebugReportFlagsEXT
impl BitAnd<DebugReportFlagsEXT> for DebugReportFlagsEXT
§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<DebugReportFlagsEXT> for DebugReportFlagsEXT
impl BitAndAssign<DebugReportFlagsEXT> for DebugReportFlagsEXT
source§fn bitand_assign(&mut self, rhs: DebugReportFlagsEXT)
fn bitand_assign(&mut self, rhs: DebugReportFlagsEXT)
Performs the
&= operation. Read moresource§impl BitOr<DebugReportFlagsEXT> for DebugReportFlagsEXT
impl BitOr<DebugReportFlagsEXT> for DebugReportFlagsEXT
§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<DebugReportFlagsEXT> for DebugReportFlagsEXT
impl BitOrAssign<DebugReportFlagsEXT> for DebugReportFlagsEXT
source§fn bitor_assign(&mut self, rhs: DebugReportFlagsEXT)
fn bitor_assign(&mut self, rhs: DebugReportFlagsEXT)
Performs the
|= operation. Read moresource§impl BitXor<DebugReportFlagsEXT> for DebugReportFlagsEXT
impl BitXor<DebugReportFlagsEXT> for DebugReportFlagsEXT
§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<DebugReportFlagsEXT> for DebugReportFlagsEXT
impl BitXorAssign<DebugReportFlagsEXT> 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
§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<DebugReportFlagsEXT> for DebugReportFlagsEXT
impl PartialEq<DebugReportFlagsEXT> 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<DebugReportFlagsEXT> for DebugReportFlagsEXT
impl PartialOrd<DebugReportFlagsEXT> 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 more