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