Struct ash::vk::SemaphoreWaitFlags  
source · #[repr(transparent)]pub struct SemaphoreWaitFlags(_);Expand description
Implementations§
source§impl SemaphoreWaitFlags
 
impl SemaphoreWaitFlags
source§impl SemaphoreWaitFlags
 
impl SemaphoreWaitFlags
Generated from ‘VK_KHR_timeline_semaphore’
Trait Implementations§
source§impl BitAndAssign<SemaphoreWaitFlags> for SemaphoreWaitFlags
 
impl BitAndAssign<SemaphoreWaitFlags> for SemaphoreWaitFlags
source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moresource§impl BitOr<SemaphoreWaitFlags> for SemaphoreWaitFlags
 
impl BitOr<SemaphoreWaitFlags> for SemaphoreWaitFlags
source§impl BitOrAssign<SemaphoreWaitFlags> for SemaphoreWaitFlags
 
impl BitOrAssign<SemaphoreWaitFlags> for SemaphoreWaitFlags
source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moresource§impl BitXorAssign<SemaphoreWaitFlags> for SemaphoreWaitFlags
 
impl BitXorAssign<SemaphoreWaitFlags> 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<SemaphoreWaitFlags> for SemaphoreWaitFlags
 
impl PartialEq<SemaphoreWaitFlags> 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<SemaphoreWaitFlags> for SemaphoreWaitFlags
 
impl PartialOrd<SemaphoreWaitFlags> 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 more