Struct ash::vk::MemoryAllocateFlagsInfo [−][src]
#[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
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MemoryAllocateFlagsInfo
impl !Send for MemoryAllocateFlagsInfo
impl !Sync for MemoryAllocateFlagsInfo
impl Unpin for MemoryAllocateFlagsInfo
impl UnwindSafe for MemoryAllocateFlagsInfo
Blanket Implementations
Mutably borrows from an owned value. Read more