Type Alias ash::vk::SemaphoreWaitFlagsKHR
source · pub type SemaphoreWaitFlagsKHR = SemaphoreWaitFlags;
Aliased Type§
struct SemaphoreWaitFlagsKHR(/* private fields */);
Implementations
source§impl SemaphoreWaitFlags
impl SemaphoreWaitFlags
source§impl SemaphoreWaitFlags
impl SemaphoreWaitFlags
Generated from ‘VK_KHR_timeline_semaphore’
Trait Implementations
impl StructuralPartialEq for SemaphoreWaitFlags
source§impl Hash for SemaphoreWaitFlags
impl Hash for SemaphoreWaitFlags
source§impl Debug for SemaphoreWaitFlags
impl Debug for SemaphoreWaitFlags
source§impl BitAnd for SemaphoreWaitFlags
impl BitAnd 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 Not for SemaphoreWaitFlags
impl Not for SemaphoreWaitFlags
source§impl BitXor for SemaphoreWaitFlags
impl BitXor for SemaphoreWaitFlags
source§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 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 moreimpl Eq for SemaphoreWaitFlags
impl StructuralEq for SemaphoreWaitFlags
source§impl BitOr for SemaphoreWaitFlags
impl BitOr 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 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 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 moresource§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 ==
.