Struct ash::vk::ValidationFeatureDisableEXT
source · #[repr(transparent)]pub struct ValidationFeatureDisableEXT(_);
Expand description
Implementations§
source§impl ValidationFeatureDisableEXT
impl ValidationFeatureDisableEXT
pub const ALL: Self = _
pub const SHADERS: Self = _
pub const THREAD_SAFETY: Self = _
pub const API_PARAMETERS: Self = _
pub const OBJECT_LIFETIMES: Self = _
pub const CORE_CHECKS: Self = _
pub const UNIQUE_HANDLES: Self = _
pub const SHADER_VALIDATION_CACHE: Self = _
Trait Implementations§
source§impl Clone for ValidationFeatureDisableEXT
impl Clone for ValidationFeatureDisableEXT
source§fn clone(&self) -> ValidationFeatureDisableEXT
fn clone(&self) -> ValidationFeatureDisableEXT
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 ValidationFeatureDisableEXT
impl Debug for ValidationFeatureDisableEXT
source§impl Default for ValidationFeatureDisableEXT
impl Default for ValidationFeatureDisableEXT
source§fn default() -> ValidationFeatureDisableEXT
fn default() -> ValidationFeatureDisableEXT
Returns the “default value” for a type. Read more
source§impl Hash for ValidationFeatureDisableEXT
impl Hash for ValidationFeatureDisableEXT
source§impl Ord for ValidationFeatureDisableEXT
impl Ord for ValidationFeatureDisableEXT
source§fn cmp(&self, other: &ValidationFeatureDisableEXT) -> Ordering
fn cmp(&self, other: &ValidationFeatureDisableEXT) -> 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<ValidationFeatureDisableEXT> for ValidationFeatureDisableEXT
impl PartialEq<ValidationFeatureDisableEXT> for ValidationFeatureDisableEXT
source§fn eq(&self, other: &ValidationFeatureDisableEXT) -> bool
fn eq(&self, other: &ValidationFeatureDisableEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ValidationFeatureDisableEXT> for ValidationFeatureDisableEXT
impl PartialOrd<ValidationFeatureDisableEXT> for ValidationFeatureDisableEXT
source§fn partial_cmp(&self, other: &ValidationFeatureDisableEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &ValidationFeatureDisableEXT) -> 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