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