Struct ash::vk::ValidationCacheCreateFlagsEXT
source · pub struct ValidationCacheCreateFlagsEXT(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl BitAndAssign for ValidationCacheCreateFlagsEXT
impl BitAndAssign for ValidationCacheCreateFlagsEXT
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for ValidationCacheCreateFlagsEXT
impl BitOrAssign for ValidationCacheCreateFlagsEXT
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for ValidationCacheCreateFlagsEXT
impl BitXorAssign for ValidationCacheCreateFlagsEXT
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for ValidationCacheCreateFlagsEXT
impl Clone for ValidationCacheCreateFlagsEXT
source§fn clone(&self) -> ValidationCacheCreateFlagsEXT
fn clone(&self) -> ValidationCacheCreateFlagsEXT
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 Hash for ValidationCacheCreateFlagsEXT
impl Hash for ValidationCacheCreateFlagsEXT
source§impl Not for ValidationCacheCreateFlagsEXT
impl Not for ValidationCacheCreateFlagsEXT
source§impl Ord for ValidationCacheCreateFlagsEXT
impl Ord for ValidationCacheCreateFlagsEXT
source§fn cmp(&self, other: &ValidationCacheCreateFlagsEXT) -> Ordering
fn cmp(&self, other: &ValidationCacheCreateFlagsEXT) -> 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 ValidationCacheCreateFlagsEXT
impl PartialEq for ValidationCacheCreateFlagsEXT
source§fn eq(&self, other: &ValidationCacheCreateFlagsEXT) -> bool
fn eq(&self, other: &ValidationCacheCreateFlagsEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ValidationCacheCreateFlagsEXT
impl PartialOrd for ValidationCacheCreateFlagsEXT
source§fn partial_cmp(&self, other: &ValidationCacheCreateFlagsEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &ValidationCacheCreateFlagsEXT) -> 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 ValidationCacheCreateFlagsEXT
impl Eq for ValidationCacheCreateFlagsEXT
impl StructuralPartialEq for ValidationCacheCreateFlagsEXT
Auto Trait Implementations§
impl Freeze for ValidationCacheCreateFlagsEXT
impl RefUnwindSafe for ValidationCacheCreateFlagsEXT
impl Send for ValidationCacheCreateFlagsEXT
impl Sync for ValidationCacheCreateFlagsEXT
impl Unpin for ValidationCacheCreateFlagsEXT
impl UnwindSafe for ValidationCacheCreateFlagsEXT
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