Struct screen_13::prelude::vk::ValidationCacheEXT
source · pub struct ValidationCacheEXT(_);Expand description
Implementations
sourceimpl ValidationCacheEXT
impl ValidationCacheEXT
pub const fn null() -> ValidationCacheEXT
Trait Implementations
sourceimpl Clone for ValidationCacheEXT
impl Clone for ValidationCacheEXT
sourcefn clone(&self) -> ValidationCacheEXT
fn clone(&self) -> ValidationCacheEXT
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 ValidationCacheEXT
impl Debug for ValidationCacheEXT
sourceimpl Default for ValidationCacheEXT
impl Default for ValidationCacheEXT
sourcefn default() -> ValidationCacheEXT
fn default() -> ValidationCacheEXT
Returns the “default value” for a type. Read more
sourceimpl Handle for ValidationCacheEXT
impl Handle for ValidationCacheEXT
const TYPE: ObjectType = ObjectType::VALIDATION_CACHE_EXT
fn as_raw(self) -> u64
fn from_raw(x: u64) -> ValidationCacheEXT
sourceimpl Hash for ValidationCacheEXT
impl Hash for ValidationCacheEXT
sourceimpl Ord for ValidationCacheEXT
impl Ord for ValidationCacheEXT
sourcefn cmp(&self, other: &ValidationCacheEXT) -> Ordering
fn cmp(&self, other: &ValidationCacheEXT) -> 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<ValidationCacheEXT> for ValidationCacheEXT
impl PartialEq<ValidationCacheEXT> for ValidationCacheEXT
sourcefn eq(&self, other: &ValidationCacheEXT) -> bool
fn eq(&self, other: &ValidationCacheEXT) -> bool
sourceimpl PartialOrd<ValidationCacheEXT> for ValidationCacheEXT
impl PartialOrd<ValidationCacheEXT> for ValidationCacheEXT
sourcefn partial_cmp(&self, other: &ValidationCacheEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &ValidationCacheEXT) -> 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 moresourceimpl Pointer for ValidationCacheEXT
impl Pointer for ValidationCacheEXT
impl Copy for ValidationCacheEXT
impl Eq for ValidationCacheEXT
impl StructuralEq for ValidationCacheEXT
impl StructuralPartialEq for ValidationCacheEXT
Auto Trait Implementations
impl RefUnwindSafe for ValidationCacheEXT
impl Send for ValidationCacheEXT
impl Sync for ValidationCacheEXT
impl Unpin for ValidationCacheEXT
impl UnwindSafe for ValidationCacheEXT
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