Struct ash::vk::DeviceFaultAddressTypeEXT
source · pub struct DeviceFaultAddressTypeEXT(/* private fields */);
Expand description
Implementations§
source§impl DeviceFaultAddressTypeEXT
impl DeviceFaultAddressTypeEXT
pub const READ_INVALID: Self = _
pub const WRITE_INVALID: Self = _
pub const EXECUTE_INVALID: Self = _
pub const INSTRUCTION_POINTER_UNKNOWN: Self = _
pub const INSTRUCTION_POINTER_INVALID: Self = _
pub const INSTRUCTION_POINTER_FAULT: Self = _
Trait Implementations§
source§impl Clone for DeviceFaultAddressTypeEXT
impl Clone for DeviceFaultAddressTypeEXT
source§fn clone(&self) -> DeviceFaultAddressTypeEXT
fn clone(&self) -> DeviceFaultAddressTypeEXT
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 DeviceFaultAddressTypeEXT
impl Debug for DeviceFaultAddressTypeEXT
source§impl Default for DeviceFaultAddressTypeEXT
impl Default for DeviceFaultAddressTypeEXT
source§fn default() -> DeviceFaultAddressTypeEXT
fn default() -> DeviceFaultAddressTypeEXT
Returns the “default value” for a type. Read more
source§impl Hash for DeviceFaultAddressTypeEXT
impl Hash for DeviceFaultAddressTypeEXT
source§impl Ord for DeviceFaultAddressTypeEXT
impl Ord for DeviceFaultAddressTypeEXT
source§fn cmp(&self, other: &DeviceFaultAddressTypeEXT) -> Ordering
fn cmp(&self, other: &DeviceFaultAddressTypeEXT) -> 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 DeviceFaultAddressTypeEXT
impl PartialEq for DeviceFaultAddressTypeEXT
source§fn eq(&self, other: &DeviceFaultAddressTypeEXT) -> bool
fn eq(&self, other: &DeviceFaultAddressTypeEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DeviceFaultAddressTypeEXT
impl PartialOrd for DeviceFaultAddressTypeEXT
source§fn partial_cmp(&self, other: &DeviceFaultAddressTypeEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &DeviceFaultAddressTypeEXT) -> 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 DeviceFaultAddressTypeEXT
impl Eq for DeviceFaultAddressTypeEXT
impl StructuralPartialEq for DeviceFaultAddressTypeEXT
Auto Trait Implementations§
impl Freeze for DeviceFaultAddressTypeEXT
impl RefUnwindSafe for DeviceFaultAddressTypeEXT
impl Send for DeviceFaultAddressTypeEXT
impl Sync for DeviceFaultAddressTypeEXT
impl Unpin for DeviceFaultAddressTypeEXT
impl UnwindSafe for DeviceFaultAddressTypeEXT
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