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