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