pub type SemaphoreWaitFlagsKHR = SemaphoreWaitFlags;
Aliased Type§
struct SemaphoreWaitFlagsKHR(pub(crate) u32);
Fields§
§0: u32
Implementations
Source§impl SemaphoreWaitFlags
impl SemaphoreWaitFlags
Source§impl SemaphoreWaitFlags
Generated from ‘VK_KHR_timeline_semaphore’
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