Struct screen_13::prelude::vk::ValidationFeatureEnableEXT
source · pub struct ValidationFeatureEnableEXT(_);Expand description
Implementations§
source§impl ValidationFeatureEnableEXT
impl ValidationFeatureEnableEXT
pub const GPU_ASSISTED: ValidationFeatureEnableEXT = Self(0)
pub const GPU_ASSISTED_RESERVE_BINDING_SLOT: ValidationFeatureEnableEXT = Self(1)
pub const BEST_PRACTICES: ValidationFeatureEnableEXT = Self(2)
pub const DEBUG_PRINTF: ValidationFeatureEnableEXT = Self(3)
pub const SYNCHRONIZATION_VALIDATION: ValidationFeatureEnableEXT = Self(4)
Trait Implementations§
source§impl Clone for ValidationFeatureEnableEXT
impl Clone for ValidationFeatureEnableEXT
source§fn clone(&self) -> ValidationFeatureEnableEXT
fn clone(&self) -> ValidationFeatureEnableEXT
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 ValidationFeatureEnableEXT
impl Debug for ValidationFeatureEnableEXT
source§impl Default for ValidationFeatureEnableEXT
impl Default for ValidationFeatureEnableEXT
source§fn default() -> ValidationFeatureEnableEXT
fn default() -> ValidationFeatureEnableEXT
Returns the “default value” for a type. Read more
source§impl Hash for ValidationFeatureEnableEXT
impl Hash for ValidationFeatureEnableEXT
source§impl Ord for ValidationFeatureEnableEXT
impl Ord for ValidationFeatureEnableEXT
source§fn cmp(&self, other: &ValidationFeatureEnableEXT) -> Ordering
fn cmp(&self, other: &ValidationFeatureEnableEXT) -> 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<ValidationFeatureEnableEXT> for ValidationFeatureEnableEXT
impl PartialEq<ValidationFeatureEnableEXT> for ValidationFeatureEnableEXT
source§fn eq(&self, other: &ValidationFeatureEnableEXT) -> bool
fn eq(&self, other: &ValidationFeatureEnableEXT) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<ValidationFeatureEnableEXT> for ValidationFeatureEnableEXT
impl PartialOrd<ValidationFeatureEnableEXT> for ValidationFeatureEnableEXT
source§fn partial_cmp(&self, other: &ValidationFeatureEnableEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &ValidationFeatureEnableEXT) -> 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