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§impl PartialOrd for SemaphoreWaitFlags
impl PartialOrd for SemaphoreWaitFlags
impl 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)