pub struct MemoryAllocateFlags(/* private fields */);Expand description
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
Generated from ‘VK_KHR_device_group’
 
impl MemoryAllocateFlags
Generated from ‘VK_KHR_device_group’
pub const DEVICE_MASK_KHR: Self = Self::DEVICE_MASK
Source§impl MemoryAllocateFlags
Generated from ‘VK_KHR_buffer_device_address’
 
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
Generated from ‘VK_VERSION_1_2’
 
impl MemoryAllocateFlags
Generated from ‘VK_VERSION_1_2’
pub const DEVICE_ADDRESS: Self
pub const DEVICE_ADDRESS_CAPTURE_REPLAY: Self
Trait Implementations§
Source§impl BitAnd for MemoryAllocateFlags
 
impl BitAnd for MemoryAllocateFlags
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 moreSource§impl BitOr for MemoryAllocateFlags
 
impl BitOr for MemoryAllocateFlags
Source§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 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 Clone for MemoryAllocateFlags
 
impl Clone for MemoryAllocateFlags
Source§fn clone(&self) -> MemoryAllocateFlags
 
fn clone(&self) -> MemoryAllocateFlags
Returns a duplicate 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 Hash for MemoryAllocateFlags
 
impl Hash for MemoryAllocateFlags
Source§impl Not for MemoryAllocateFlags
 
impl Not 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 PartialEq for MemoryAllocateFlags
 
impl PartialEq for MemoryAllocateFlags
Source§impl PartialOrd for MemoryAllocateFlags
 
impl PartialOrd for MemoryAllocateFlags
impl Copy for MemoryAllocateFlags
impl Eq for MemoryAllocateFlags
impl StructuralPartialEq for MemoryAllocateFlags
Auto Trait Implementations§
impl Freeze for MemoryAllocateFlags
impl RefUnwindSafe for MemoryAllocateFlags
impl Send for MemoryAllocateFlags
impl Sync for MemoryAllocateFlags
impl Unpin for MemoryAllocateFlags
impl UnwindSafe for MemoryAllocateFlags
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