Type Alias ash::vk::PhysicalDeviceImageFormatInfo2KHR

source ·
pub type PhysicalDeviceImageFormatInfo2KHR = PhysicalDeviceImageFormatInfo2;

Aliased Type§

struct PhysicalDeviceImageFormatInfo2KHR {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub format: Format,
    pub ty: ImageType,
    pub tiling: ImageTiling,
    pub usage: ImageUsageFlags,
    pub flags: ImageCreateFlags,
}

Fields§

§s_type: StructureType§p_next: *const c_void§format: Format§ty: ImageType§tiling: ImageTiling§usage: ImageUsageFlags§flags: ImageCreateFlags

Implementations

Trait Implementations

source§

impl Clone for PhysicalDeviceImageFormatInfo2

source§

fn clone(&self) -> PhysicalDeviceImageFormatInfo2

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 Debug for PhysicalDeviceImageFormatInfo2

source§

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

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

impl Default for PhysicalDeviceImageFormatInfo2

source§

fn default() -> Self

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

impl TaggedStructure for PhysicalDeviceImageFormatInfo2

source§

const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2

source§

impl Copy for PhysicalDeviceImageFormatInfo2