Struct screen_13::prelude::vk::DebugReportFlagsEXT
source · 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl Ord for DebugReportFlagsEXT
impl Ord for DebugReportFlagsEXT
sourcefn cmp(&self, other: &DebugReportFlagsEXT) -> Ordering
fn cmp(&self, other: &DebugReportFlagsEXT) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<DebugReportFlagsEXT> for DebugReportFlagsEXT
impl PartialEq<DebugReportFlagsEXT> for DebugReportFlagsEXT
sourcefn eq(&self, other: &DebugReportFlagsEXT) -> bool
fn eq(&self, other: &DebugReportFlagsEXT) -> bool
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>
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 moreimpl 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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