Struct ash::vk::MemoryAllocateFlagsInfo
source · #[repr(C)]pub struct MemoryAllocateFlagsInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: MemoryAllocateFlags,
pub device_mask: u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: MemoryAllocateFlags
§device_mask: u32
Implementations§
source§impl MemoryAllocateFlagsInfo
impl MemoryAllocateFlagsInfo
pub fn builder<'a>() -> MemoryAllocateFlagsInfoBuilder<'a>
Trait Implementations§
source§impl Clone for MemoryAllocateFlagsInfo
impl Clone for MemoryAllocateFlagsInfo
source§fn clone(&self) -> MemoryAllocateFlagsInfo
fn clone(&self) -> MemoryAllocateFlagsInfo
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 MemoryAllocateFlagsInfo
impl Debug for MemoryAllocateFlagsInfo
source§impl Default for MemoryAllocateFlagsInfo
impl Default for MemoryAllocateFlagsInfo
source§impl TaggedStructure for MemoryAllocateFlagsInfo
impl TaggedStructure for MemoryAllocateFlagsInfo
const STRUCTURE_TYPE: StructureType = StructureType::MEMORY_ALLOCATE_FLAGS_INFO
impl Copy for MemoryAllocateFlagsInfo
impl ExtendsMemoryAllocateInfo for MemoryAllocateFlagsInfo
Auto Trait Implementations§
impl Freeze for MemoryAllocateFlagsInfo
impl RefUnwindSafe for MemoryAllocateFlagsInfo
impl !Send for MemoryAllocateFlagsInfo
impl !Sync for MemoryAllocateFlagsInfo
impl Unpin for MemoryAllocateFlagsInfo
impl UnwindSafe for MemoryAllocateFlagsInfo
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