pub type ExternalMemoryFeatureFlagsKHR = ExternalMemoryFeatureFlags;
Aliased Type§
struct ExternalMemoryFeatureFlagsKHR(pub(crate) u32);
Fields§
§0: u32
Implementations
Source§impl ExternalMemoryFeatureFlags
impl ExternalMemoryFeatureFlags
Source§impl ExternalMemoryFeatureFlags
impl ExternalMemoryFeatureFlags
pub const DEDICATED_ONLY: Self
pub const EXPORTABLE: Self
pub const IMPORTABLE: Self
Source§impl ExternalMemoryFeatureFlags
Generated from ‘VK_KHR_external_memory_capabilities’
impl ExternalMemoryFeatureFlags
Generated from ‘VK_KHR_external_memory_capabilities’
pub const DEDICATED_ONLY_KHR: Self = Self::DEDICATED_ONLY
pub const EXPORTABLE_KHR: Self = Self::EXPORTABLE
pub const IMPORTABLE_KHR: Self = Self::IMPORTABLE
Trait Implementations
Source§impl BitAnd for ExternalMemoryFeatureFlags
impl BitAnd for ExternalMemoryFeatureFlags
Source§impl BitAndAssign for ExternalMemoryFeatureFlags
impl BitAndAssign for ExternalMemoryFeatureFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for ExternalMemoryFeatureFlags
impl BitOr for ExternalMemoryFeatureFlags
Source§impl BitOrAssign for ExternalMemoryFeatureFlags
impl BitOrAssign for ExternalMemoryFeatureFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for ExternalMemoryFeatureFlags
impl BitXor for ExternalMemoryFeatureFlags
Source§impl BitXorAssign for ExternalMemoryFeatureFlags
impl BitXorAssign for ExternalMemoryFeatureFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for ExternalMemoryFeatureFlags
impl Clone for ExternalMemoryFeatureFlags
Source§fn clone(&self) -> ExternalMemoryFeatureFlags
fn clone(&self) -> ExternalMemoryFeatureFlags
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 ExternalMemoryFeatureFlags
impl Debug for ExternalMemoryFeatureFlags
Source§impl Default for ExternalMemoryFeatureFlags
impl Default for ExternalMemoryFeatureFlags
Source§impl Hash for ExternalMemoryFeatureFlags
impl Hash for ExternalMemoryFeatureFlags
Source§impl Not for ExternalMemoryFeatureFlags
impl Not for ExternalMemoryFeatureFlags
Source§impl Ord for ExternalMemoryFeatureFlags
impl Ord for ExternalMemoryFeatureFlags
Source§fn cmp(&self, other: &ExternalMemoryFeatureFlags) -> Ordering
fn cmp(&self, other: &ExternalMemoryFeatureFlags) -> 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