ash::vk

Type Alias ExternalMemoryImageCreateInfoKHR

Source
pub type ExternalMemoryImageCreateInfoKHR<'a> = ExternalMemoryImageCreateInfo<'a>;

Aliased Type§

struct ExternalMemoryImageCreateInfoKHR<'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 ExternalMemoryImageCreateInfo<'a>

Source§

fn clone(&self) -> ExternalMemoryImageCreateInfo<'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 ExternalMemoryImageCreateInfo<'a>

Source§

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

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

impl Default for ExternalMemoryImageCreateInfo<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for ExternalMemoryImageCreateInfo<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::EXTERNAL_MEMORY_IMAGE_CREATE_INFO

Source§

impl<'a> Copy for ExternalMemoryImageCreateInfo<'a>

Source§

impl ExtendsImageCreateInfo for ExternalMemoryImageCreateInfo<'_>

Source§

impl Send for ExternalMemoryImageCreateInfo<'_>

Source§

impl Sync for ExternalMemoryImageCreateInfo<'_>