ash::vk

Type Alias ExportMemoryAllocateInfoKHR

Source
pub type ExportMemoryAllocateInfoKHR<'a> = ExportMemoryAllocateInfo<'a>;

Aliased Type§

struct ExportMemoryAllocateInfoKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub handle_types: ExternalMemoryHandleTypeFlags,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *const c_void§handle_types: ExternalMemoryHandleTypeFlags§_marker: PhantomData<&'a ()>

Implementations

Trait Implementations

Source§

impl<'a> Clone for ExportMemoryAllocateInfo<'a>

Source§

fn clone(&self) -> ExportMemoryAllocateInfo<'a>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<'a> Debug for ExportMemoryAllocateInfo<'a>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for ExportMemoryAllocateInfo<'_>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<'a> TaggedStructure for ExportMemoryAllocateInfo<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::EXPORT_MEMORY_ALLOCATE_INFO

Source§

impl<'a> Copy for ExportMemoryAllocateInfo<'a>

Source§

impl ExtendsMemoryAllocateInfo for ExportMemoryAllocateInfo<'_>

Source§

impl Send for ExportMemoryAllocateInfo<'_>

Source§

impl Sync for ExportMemoryAllocateInfo<'_>