Type Alias ash::vk::MemoryAllocateFlagsKHR
source · pub type MemoryAllocateFlagsKHR = MemoryAllocateFlags;
Aliased Type§
struct MemoryAllocateFlagsKHR(/* private fields */);
Implementations
source§impl MemoryAllocateFlags
impl MemoryAllocateFlags
source§impl MemoryAllocateFlags
impl MemoryAllocateFlags
sourcepub const DEVICE_MASK: Self = _
pub const DEVICE_MASK: Self = _
Force allocation on specific devices
source§impl MemoryAllocateFlags
impl MemoryAllocateFlags
Generated from ‘VK_KHR_device_group’
pub const DEVICE_MASK_KHR: Self = Self::DEVICE_MASK
source§impl MemoryAllocateFlags
impl MemoryAllocateFlags
Generated from ‘VK_KHR_buffer_device_address’
pub const DEVICE_ADDRESS_KHR: Self = Self::DEVICE_ADDRESS
pub const DEVICE_ADDRESS_CAPTURE_REPLAY_KHR: Self = Self::DEVICE_ADDRESS_CAPTURE_REPLAY
source§impl MemoryAllocateFlags
impl MemoryAllocateFlags
Generated from ‘VK_VERSION_1_2’
pub const DEVICE_ADDRESS: Self = _
pub const DEVICE_ADDRESS_CAPTURE_REPLAY: Self = _
Trait Implementations
source§impl BitXorAssign for MemoryAllocateFlags
impl BitXorAssign for MemoryAllocateFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl BitOrAssign for MemoryAllocateFlags
impl BitOrAssign for MemoryAllocateFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for MemoryAllocateFlags
impl BitXor for MemoryAllocateFlags
source§impl Hash for MemoryAllocateFlags
impl Hash for MemoryAllocateFlags
impl Eq for MemoryAllocateFlags
source§impl PartialEq for MemoryAllocateFlags
impl PartialEq for MemoryAllocateFlags
source§fn eq(&self, other: &MemoryAllocateFlags) -> bool
fn eq(&self, other: &MemoryAllocateFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MemoryAllocateFlags
source§impl PartialOrd for MemoryAllocateFlags
impl PartialOrd for MemoryAllocateFlags
source§fn partial_cmp(&self, other: &MemoryAllocateFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &MemoryAllocateFlags) -> 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 moresource§impl Debug for MemoryAllocateFlags
impl Debug for MemoryAllocateFlags
source§impl Not for MemoryAllocateFlags
impl Not for MemoryAllocateFlags
impl StructuralEq for MemoryAllocateFlags
source§impl BitOr for MemoryAllocateFlags
impl BitOr for MemoryAllocateFlags
impl StructuralPartialEq for MemoryAllocateFlags
source§impl BitAnd for MemoryAllocateFlags
impl BitAnd for MemoryAllocateFlags
source§impl Clone for MemoryAllocateFlags
impl Clone for MemoryAllocateFlags
source§fn clone(&self) -> MemoryAllocateFlags
fn clone(&self) -> MemoryAllocateFlags
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 Default for MemoryAllocateFlags
impl Default for MemoryAllocateFlags
source§impl Ord for MemoryAllocateFlags
impl Ord for MemoryAllocateFlags
source§fn cmp(&self, other: &MemoryAllocateFlags) -> Ordering
fn cmp(&self, other: &MemoryAllocateFlags) -> 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 BitAndAssign for MemoryAllocateFlags
impl BitAndAssign for MemoryAllocateFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read more