Type Alias ash::vk::ExternalSemaphoreFeatureFlagsKHR
source · pub type ExternalSemaphoreFeatureFlagsKHR = ExternalSemaphoreFeatureFlags;
Aliased Type§
struct ExternalSemaphoreFeatureFlagsKHR(/* private fields */);
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
impl Eq for ExternalSemaphoreFeatureFlags
impl Copy for ExternalSemaphoreFeatureFlags
source§impl Hash for ExternalSemaphoreFeatureFlags
impl Hash for ExternalSemaphoreFeatureFlags
impl StructuralEq for ExternalSemaphoreFeatureFlags
source§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 moreimpl StructuralPartialEq for ExternalSemaphoreFeatureFlags
source§impl PartialEq for ExternalSemaphoreFeatureFlags
impl PartialEq 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 BitAndAssign for ExternalSemaphoreFeatureFlags
impl BitAndAssign for ExternalSemaphoreFeatureFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§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 PartialOrd for ExternalSemaphoreFeatureFlags
impl PartialOrd 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 moresource§impl Not for ExternalSemaphoreFeatureFlags
impl Not for ExternalSemaphoreFeatureFlags
source§impl BitOrAssign for ExternalSemaphoreFeatureFlags
impl BitOrAssign for ExternalSemaphoreFeatureFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for ExternalSemaphoreFeatureFlags
impl BitXorAssign for ExternalSemaphoreFeatureFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read more