pub struct DeviceFaultFlagBitsKHR(/* private fields */);Expand description
Implementations§
Source§impl DeviceFaultFlagBitsKHR
impl DeviceFaultFlagBitsKHR
Sourcepub const FLAG_DEVICE_LOST: Self
pub const FLAG_DEVICE_LOST: Self
Bit 0.
Sourcepub const FLAG_MEMORY_ADDRESS: Self
pub const FLAG_MEMORY_ADDRESS: Self
Bit 1.
Sourcepub const FLAG_INSTRUCTION_ADDRESS: Self
pub const FLAG_INSTRUCTION_ADDRESS: Self
Bit 2.
Sourcepub const FLAG_VENDOR: Self
pub const FLAG_VENDOR: Self
Bit 3.
Sourcepub const FLAG_WATCHDOG_TIMEOUT: Self
pub const FLAG_WATCHDOG_TIMEOUT: Self
Bit 4.
Sourcepub const FLAG_OVERFLOW: Self
pub const FLAG_OVERFLOW: Self
Bit 5.
pub const fn empty() -> Self
pub const fn from_raw(value: u32) -> Self
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: Self) -> bool
pub const fn all() -> Self
Trait Implementations§
Source§impl BitAnd for DeviceFaultFlagBitsKHR
impl BitAnd for DeviceFaultFlagBitsKHR
Source§impl BitAndAssign for DeviceFaultFlagBitsKHR
impl BitAndAssign for DeviceFaultFlagBitsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for DeviceFaultFlagBitsKHR
impl BitOr for DeviceFaultFlagBitsKHR
Source§impl BitOrAssign for DeviceFaultFlagBitsKHR
impl BitOrAssign for DeviceFaultFlagBitsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for DeviceFaultFlagBitsKHR
impl BitXor for DeviceFaultFlagBitsKHR
Source§impl BitXorAssign for DeviceFaultFlagBitsKHR
impl BitXorAssign for DeviceFaultFlagBitsKHR
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for DeviceFaultFlagBitsKHR
impl Clone for DeviceFaultFlagBitsKHR
Source§fn clone(&self) -> DeviceFaultFlagBitsKHR
fn clone(&self) -> DeviceFaultFlagBitsKHR
Returns a duplicate 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 DeviceFaultFlagBitsKHR
impl Debug for DeviceFaultFlagBitsKHR
Source§impl Default for DeviceFaultFlagBitsKHR
impl Default for DeviceFaultFlagBitsKHR
Source§fn default() -> DeviceFaultFlagBitsKHR
fn default() -> DeviceFaultFlagBitsKHR
Returns the “default value” for a type. Read more
Source§impl Hash for DeviceFaultFlagBitsKHR
impl Hash for DeviceFaultFlagBitsKHR
Source§impl Not for DeviceFaultFlagBitsKHR
impl Not for DeviceFaultFlagBitsKHR
Source§impl Ord for DeviceFaultFlagBitsKHR
impl Ord for DeviceFaultFlagBitsKHR
Source§fn cmp(&self, other: &DeviceFaultFlagBitsKHR) -> Ordering
fn cmp(&self, other: &DeviceFaultFlagBitsKHR) -> 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 DeviceFaultFlagBitsKHR
impl PartialEq for DeviceFaultFlagBitsKHR
Source§impl PartialOrd for DeviceFaultFlagBitsKHR
impl PartialOrd for DeviceFaultFlagBitsKHR
impl Copy for DeviceFaultFlagBitsKHR
impl Eq for DeviceFaultFlagBitsKHR
impl StructuralPartialEq for DeviceFaultFlagBitsKHR
Auto Trait Implementations§
impl Freeze for DeviceFaultFlagBitsKHR
impl RefUnwindSafe for DeviceFaultFlagBitsKHR
impl Send for DeviceFaultFlagBitsKHR
impl Sync for DeviceFaultFlagBitsKHR
impl Unpin for DeviceFaultFlagBitsKHR
impl UnsafeUnpin for DeviceFaultFlagBitsKHR
impl UnwindSafe for DeviceFaultFlagBitsKHR
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