Struct screen_13::prelude::vk::DeviceFaultAddressTypeEXT
source · pub struct DeviceFaultAddressTypeEXT(_);Expand description
Implementations§
source§impl DeviceFaultAddressTypeEXT
impl DeviceFaultAddressTypeEXT
sourcepub const NONE: DeviceFaultAddressTypeEXT = Self(0)
pub const NONE: DeviceFaultAddressTypeEXT = Self(0)
Currently unused
pub const READ_INVALID: DeviceFaultAddressTypeEXT = Self(1)
pub const WRITE_INVALID: DeviceFaultAddressTypeEXT = Self(2)
pub const EXECUTE_INVALID: DeviceFaultAddressTypeEXT = Self(3)
pub const INSTRUCTION_POINTER_UNKNOWN: DeviceFaultAddressTypeEXT = Self(4)
pub const INSTRUCTION_POINTER_INVALID: DeviceFaultAddressTypeEXT = Self(5)
pub const INSTRUCTION_POINTER_FAULT: DeviceFaultAddressTypeEXT = Self(6)
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<DeviceFaultAddressTypeEXT> for DeviceFaultAddressTypeEXT
impl PartialEq<DeviceFaultAddressTypeEXT> 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<DeviceFaultAddressTypeEXT> for DeviceFaultAddressTypeEXT
impl PartialOrd<DeviceFaultAddressTypeEXT> 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 more