Struct ash::vk::ValidationFeatureDisableEXT
source · pub struct ValidationFeatureDisableEXT(/* private fields */);
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 for ValidationFeatureDisableEXT
impl PartialEq 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 for ValidationFeatureDisableEXT
impl PartialOrd 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 moreimpl Copy for ValidationFeatureDisableEXT
impl Eq for ValidationFeatureDisableEXT
impl StructuralPartialEq for ValidationFeatureDisableEXT
Auto Trait Implementations§
impl Freeze for ValidationFeatureDisableEXT
impl RefUnwindSafe for ValidationFeatureDisableEXT
impl Send for ValidationFeatureDisableEXT
impl Sync for ValidationFeatureDisableEXT
impl Unpin for ValidationFeatureDisableEXT
impl UnwindSafe for ValidationFeatureDisableEXT
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