Struct screen_13::prelude::vk::ValidationFeatureDisableEXT
source · 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 moresourceimpl 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
sourcefn cmp(&self, other: &ValidationFeatureDisableEXT) -> Ordering
fn cmp(&self, other: &ValidationFeatureDisableEXT) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<ValidationFeatureDisableEXT> for ValidationFeatureDisableEXT
impl PartialEq<ValidationFeatureDisableEXT> for ValidationFeatureDisableEXT
sourcefn eq(&self, other: &ValidationFeatureDisableEXT) -> bool
fn eq(&self, other: &ValidationFeatureDisableEXT) -> bool
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>
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 moreimpl 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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