ash::vk

Type Alias SparseImageFormatProperties2KHR

Source
pub type SparseImageFormatProperties2KHR<'a> = SparseImageFormatProperties2<'a>;

Aliased Type§

struct SparseImageFormatProperties2KHR<'a> {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub properties: SparseImageFormatProperties,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

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

Implementations

Trait Implementations

Source§

impl<'a> Clone for SparseImageFormatProperties2<'a>

Source§

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

Source§

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

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

impl Default for SparseImageFormatProperties2<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for SparseImageFormatProperties2<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::SPARSE_IMAGE_FORMAT_PROPERTIES_2

Source§

impl<'a> Copy for SparseImageFormatProperties2<'a>

Source§

impl Send for SparseImageFormatProperties2<'_>

Source§

impl Sync for SparseImageFormatProperties2<'_>