Struct screen_13::prelude::vk::ValidationCheckEXT
source · pub struct ValidationCheckEXT(_);Expand description
Implementations
sourceimpl ValidationCheckEXT
impl ValidationCheckEXT
pub const ALL: ValidationCheckEXT = Self(0)
pub const SHADERS: ValidationCheckEXT = Self(1)
Trait Implementations
sourceimpl Clone for ValidationCheckEXT
impl Clone for ValidationCheckEXT
sourcefn clone(&self) -> ValidationCheckEXT
fn clone(&self) -> ValidationCheckEXT
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 ValidationCheckEXT
impl Debug for ValidationCheckEXT
sourceimpl Default for ValidationCheckEXT
impl Default for ValidationCheckEXT
sourcefn default() -> ValidationCheckEXT
fn default() -> ValidationCheckEXT
Returns the “default value” for a type. Read more
sourceimpl Hash for ValidationCheckEXT
impl Hash for ValidationCheckEXT
sourceimpl Ord for ValidationCheckEXT
impl Ord for ValidationCheckEXT
sourcefn cmp(&self, other: &ValidationCheckEXT) -> Ordering
fn cmp(&self, other: &ValidationCheckEXT) -> 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<ValidationCheckEXT> for ValidationCheckEXT
impl PartialEq<ValidationCheckEXT> for ValidationCheckEXT
sourcefn eq(&self, other: &ValidationCheckEXT) -> bool
fn eq(&self, other: &ValidationCheckEXT) -> bool
sourceimpl PartialOrd<ValidationCheckEXT> for ValidationCheckEXT
impl PartialOrd<ValidationCheckEXT> for ValidationCheckEXT
sourcefn partial_cmp(&self, other: &ValidationCheckEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &ValidationCheckEXT) -> 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 ValidationCheckEXT
impl Eq for ValidationCheckEXT
impl StructuralEq for ValidationCheckEXT
impl StructuralPartialEq for ValidationCheckEXT
Auto Trait Implementations
impl RefUnwindSafe for ValidationCheckEXT
impl Send for ValidationCheckEXT
impl Sync for ValidationCheckEXT
impl Unpin for ValidationCheckEXT
impl UnwindSafe for ValidationCheckEXT
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