Type Alias MemoryAllocateFlagsInfoKHR

Source
pub type MemoryAllocateFlagsInfoKHR<'a> = MemoryAllocateFlagsInfo<'a>;

Aliased Type§

#[repr(C)]
pub struct MemoryAllocateFlagsInfoKHR<'a> { pub s_type: StructureType, pub p_next: *const c_void, pub flags: MemoryAllocateFlags, pub device_mask: u32, pub _marker: PhantomData<&'a ()>, }

Fields§

§s_type: StructureType§p_next: *const c_void§flags: MemoryAllocateFlags§device_mask: u32§_marker: PhantomData<&'a ()>