Struct ash::vk::SemaphoreImportFlags
source · #[repr(transparent)]pub struct SemaphoreImportFlags(_);
Expand description
Implementations§
source§impl SemaphoreImportFlags
impl SemaphoreImportFlags
source§impl SemaphoreImportFlags
impl SemaphoreImportFlags
Generated from ‘VK_KHR_external_semaphore’
pub const TEMPORARY_KHR: Self = Self::TEMPORARY
Trait Implementations§
source§impl BitAndAssign<SemaphoreImportFlags> for SemaphoreImportFlags
impl BitAndAssign<SemaphoreImportFlags> for SemaphoreImportFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<SemaphoreImportFlags> for SemaphoreImportFlags
impl BitOrAssign<SemaphoreImportFlags> for SemaphoreImportFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<SemaphoreImportFlags> for SemaphoreImportFlags
impl BitXorAssign<SemaphoreImportFlags> for SemaphoreImportFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for SemaphoreImportFlags
impl Clone for SemaphoreImportFlags
source§fn clone(&self) -> SemaphoreImportFlags
fn clone(&self) -> SemaphoreImportFlags
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 SemaphoreImportFlags
impl Debug for SemaphoreImportFlags
source§impl Default for SemaphoreImportFlags
impl Default for SemaphoreImportFlags
source§impl Hash for SemaphoreImportFlags
impl Hash for SemaphoreImportFlags
source§impl Not for SemaphoreImportFlags
impl Not for SemaphoreImportFlags
source§impl Ord for SemaphoreImportFlags
impl Ord for SemaphoreImportFlags
source§fn cmp(&self, other: &SemaphoreImportFlags) -> Ordering
fn cmp(&self, other: &SemaphoreImportFlags) -> 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<SemaphoreImportFlags> for SemaphoreImportFlags
impl PartialEq<SemaphoreImportFlags> for SemaphoreImportFlags
source§fn eq(&self, other: &SemaphoreImportFlags) -> bool
fn eq(&self, other: &SemaphoreImportFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<SemaphoreImportFlags> for SemaphoreImportFlags
impl PartialOrd<SemaphoreImportFlags> for SemaphoreImportFlags
source§fn partial_cmp(&self, other: &SemaphoreImportFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &SemaphoreImportFlags) -> 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