Struct ash::vk::ExternalFenceFeatureFlags
source · pub struct ExternalFenceFeatureFlags(/* private fields */);
Expand description
Implementations§
source§impl ExternalFenceFeatureFlags
impl ExternalFenceFeatureFlags
source§impl ExternalFenceFeatureFlags
impl ExternalFenceFeatureFlags
pub const EXPORTABLE: Self = _
pub const IMPORTABLE: Self = _
source§impl ExternalFenceFeatureFlags
impl ExternalFenceFeatureFlags
Generated from ‘VK_KHR_external_fence_capabilities’
pub const EXPORTABLE_KHR: Self = Self::EXPORTABLE
pub const IMPORTABLE_KHR: Self = Self::IMPORTABLE
Trait Implementations§
source§impl BitAnd for ExternalFenceFeatureFlags
impl BitAnd for ExternalFenceFeatureFlags
source§impl BitAndAssign for ExternalFenceFeatureFlags
impl BitAndAssign for ExternalFenceFeatureFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for ExternalFenceFeatureFlags
impl BitOr for ExternalFenceFeatureFlags
source§impl BitOrAssign for ExternalFenceFeatureFlags
impl BitOrAssign for ExternalFenceFeatureFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for ExternalFenceFeatureFlags
impl BitXor for ExternalFenceFeatureFlags
source§impl BitXorAssign for ExternalFenceFeatureFlags
impl BitXorAssign for ExternalFenceFeatureFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for ExternalFenceFeatureFlags
impl Clone for ExternalFenceFeatureFlags
source§fn clone(&self) -> ExternalFenceFeatureFlags
fn clone(&self) -> ExternalFenceFeatureFlags
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 ExternalFenceFeatureFlags
impl Debug for ExternalFenceFeatureFlags
source§impl Default for ExternalFenceFeatureFlags
impl Default for ExternalFenceFeatureFlags
source§impl Hash for ExternalFenceFeatureFlags
impl Hash for ExternalFenceFeatureFlags
source§impl Not for ExternalFenceFeatureFlags
impl Not for ExternalFenceFeatureFlags
source§impl Ord for ExternalFenceFeatureFlags
impl Ord for ExternalFenceFeatureFlags
source§fn cmp(&self, other: &ExternalFenceFeatureFlags) -> Ordering
fn cmp(&self, other: &ExternalFenceFeatureFlags) -> 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 ExternalFenceFeatureFlags
impl PartialEq for ExternalFenceFeatureFlags
source§fn eq(&self, other: &ExternalFenceFeatureFlags) -> bool
fn eq(&self, other: &ExternalFenceFeatureFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ExternalFenceFeatureFlags
impl PartialOrd for ExternalFenceFeatureFlags
source§fn partial_cmp(&self, other: &ExternalFenceFeatureFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &ExternalFenceFeatureFlags) -> 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 ExternalFenceFeatureFlags
impl Eq for ExternalFenceFeatureFlags
impl StructuralPartialEq for ExternalFenceFeatureFlags
Auto Trait Implementations§
impl Freeze for ExternalFenceFeatureFlags
impl RefUnwindSafe for ExternalFenceFeatureFlags
impl Send for ExternalFenceFeatureFlags
impl Sync for ExternalFenceFeatureFlags
impl Unpin for ExternalFenceFeatureFlags
impl UnwindSafe for ExternalFenceFeatureFlags
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