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