Struct ash::vk::ExternalMemoryFeatureFlags
source · pub struct ExternalMemoryFeatureFlags(/* private fields */);
Expand description
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
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
source§impl PartialEq for ExternalMemoryFeatureFlags
impl PartialEq for ExternalMemoryFeatureFlags
source§fn eq(&self, other: &ExternalMemoryFeatureFlags) -> bool
fn eq(&self, other: &ExternalMemoryFeatureFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ExternalMemoryFeatureFlags
impl PartialOrd for ExternalMemoryFeatureFlags
source§fn partial_cmp(&self, other: &ExternalMemoryFeatureFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &ExternalMemoryFeatureFlags) -> 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 ExternalMemoryFeatureFlags
impl Eq for ExternalMemoryFeatureFlags
impl StructuralPartialEq for ExternalMemoryFeatureFlags
Auto Trait Implementations§
impl Freeze for ExternalMemoryFeatureFlags
impl RefUnwindSafe for ExternalMemoryFeatureFlags
impl Send for ExternalMemoryFeatureFlags
impl Sync for ExternalMemoryFeatureFlags
impl Unpin for ExternalMemoryFeatureFlags
impl UnwindSafe for ExternalMemoryFeatureFlags
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