pub type ExternalFenceFeatureFlagsKHR = ExternalFenceFeatureFlags;
Aliased Type§
struct ExternalFenceFeatureFlagsKHR(pub(crate) u32);
Fields§
§0: u32
Implementations
Source§impl ExternalFenceFeatureFlags
impl ExternalFenceFeatureFlags
Source§impl ExternalFenceFeatureFlags
impl ExternalFenceFeatureFlags
pub const EXPORTABLE: Self
pub const IMPORTABLE: Self
Source§impl ExternalFenceFeatureFlags
Generated from ‘VK_KHR_external_fence_capabilities’
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