Struct ash::vk::ValidationFeatureEnableEXT
source · #[repr(transparent)]pub struct ValidationFeatureEnableEXT(_);
Expand description
Implementations§
source§impl ValidationFeatureEnableEXT
impl ValidationFeatureEnableEXT
pub const GPU_ASSISTED: Self = _
pub const GPU_ASSISTED_RESERVE_BINDING_SLOT: Self = _
pub const BEST_PRACTICES: Self = _
pub const DEBUG_PRINTF: Self = _
pub const SYNCHRONIZATION_VALIDATION: Self = _
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