ash::vk

Type Alias ExternalImageFormatPropertiesKHR

Source
pub type ExternalImageFormatPropertiesKHR<'a> = ExternalImageFormatProperties<'a>;

Aliased Type§

struct ExternalImageFormatPropertiesKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub external_memory_properties: ExternalMemoryProperties,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§external_memory_properties: ExternalMemoryProperties§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> ExternalImageFormatProperties<'a>

Source

pub fn external_memory_properties( self, external_memory_properties: ExternalMemoryProperties, ) -> Self

Trait Implementations

Source§

impl<'a> Clone for ExternalImageFormatProperties<'a>

Source§

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

Source§

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

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

impl Default for ExternalImageFormatProperties<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for ExternalImageFormatProperties<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::EXTERNAL_IMAGE_FORMAT_PROPERTIES

Source§

impl<'a> Copy for ExternalImageFormatProperties<'a>

Source§

impl ExtendsImageFormatProperties2 for ExternalImageFormatProperties<'_>

Source§

impl Send for ExternalImageFormatProperties<'_>

Source§

impl Sync for ExternalImageFormatProperties<'_>