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