Struct ash::vk::ExternalSemaphoreFeatureFlags
source · pub struct ExternalSemaphoreFeatureFlags(/* private fields */);
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 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 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 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 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 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 moreimpl Copy for ExternalSemaphoreFeatureFlags
impl Eq for ExternalSemaphoreFeatureFlags
impl StructuralPartialEq for ExternalSemaphoreFeatureFlags
Auto Trait Implementations§
impl Freeze for ExternalSemaphoreFeatureFlags
impl RefUnwindSafe for ExternalSemaphoreFeatureFlags
impl Send for ExternalSemaphoreFeatureFlags
impl Sync for ExternalSemaphoreFeatureFlags
impl Unpin for ExternalSemaphoreFeatureFlags
impl UnwindSafe for ExternalSemaphoreFeatureFlags
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