#[repr(transparent)]pub struct ValidationFeatureDisableEXT(_);Expand description
Implementations
sourceimpl ValidationFeatureDisableEXT
impl ValidationFeatureDisableEXT
pub const ALL: ValidationFeatureDisableEXT = Self(0)
pub const SHADERS: ValidationFeatureDisableEXT = Self(1)
pub const THREAD_SAFETY: ValidationFeatureDisableEXT = Self(2)
pub const API_PARAMETERS: ValidationFeatureDisableEXT = Self(3)
pub const OBJECT_LIFETIMES: ValidationFeatureDisableEXT = Self(4)
pub const CORE_CHECKS: ValidationFeatureDisableEXT = Self(5)
pub const UNIQUE_HANDLES: ValidationFeatureDisableEXT = Self(6)
pub const SHADER_VALIDATION_CACHE: ValidationFeatureDisableEXT = Self(7)
Trait Implementations
sourceimpl Clone for ValidationFeatureDisableEXT
impl Clone for ValidationFeatureDisableEXT
sourcefn clone(&self) -> ValidationFeatureDisableEXT
fn clone(&self) -> ValidationFeatureDisableEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ValidationFeatureDisableEXT
impl Debug for ValidationFeatureDisableEXT
sourceimpl Default for ValidationFeatureDisableEXT
impl Default for ValidationFeatureDisableEXT
sourcefn default() -> ValidationFeatureDisableEXT
fn default() -> ValidationFeatureDisableEXT
Returns the “default value” for a type. Read more
sourceimpl Hash for ValidationFeatureDisableEXT
impl Hash for ValidationFeatureDisableEXT
sourceimpl Ord for ValidationFeatureDisableEXT
impl Ord for ValidationFeatureDisableEXT
sourceimpl PartialEq<ValidationFeatureDisableEXT> for ValidationFeatureDisableEXT
impl PartialEq<ValidationFeatureDisableEXT> for ValidationFeatureDisableEXT
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &ValidationFeatureDisableEXT) -> bool
fn ne(&self, other: &ValidationFeatureDisableEXT) -> bool
This method tests for !=.
sourceimpl PartialOrd<ValidationFeatureDisableEXT> for ValidationFeatureDisableEXT
impl PartialOrd<ValidationFeatureDisableEXT> for ValidationFeatureDisableEXT
sourcefn partial_cmp(&self, other: &ValidationFeatureDisableEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &ValidationFeatureDisableEXT) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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
impl Copy for ValidationFeatureDisableEXT
impl Eq for ValidationFeatureDisableEXT
impl StructuralEq for ValidationFeatureDisableEXT
impl StructuralPartialEq for ValidationFeatureDisableEXT
Auto Trait Implementations
impl RefUnwindSafe for ValidationFeatureDisableEXT
impl Send for ValidationFeatureDisableEXT
impl Sync for ValidationFeatureDisableEXT
impl Unpin for ValidationFeatureDisableEXT
impl UnwindSafe for ValidationFeatureDisableEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more