pub type DeviceImageMemoryRequirementsKHR = DeviceImageMemoryRequirements;

Aliased Type§

struct DeviceImageMemoryRequirementsKHR {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub p_create_info: *const ImageCreateInfo,
    pub plane_aspect: ImageAspectFlags,
}

Fields§

§s_type: StructureType§p_next: *const c_void§p_create_info: *const ImageCreateInfo§plane_aspect: ImageAspectFlags

Implementations

Trait Implementations

source§

impl Clone for DeviceImageMemoryRequirements

source§

fn clone(&self) -> DeviceImageMemoryRequirements

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 Copy for DeviceImageMemoryRequirements

source§

impl TaggedStructure for DeviceImageMemoryRequirements

source§

const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_IMAGE_MEMORY_REQUIREMENTS

source§

impl Debug for DeviceImageMemoryRequirements

source§

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

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

impl Default for DeviceImageMemoryRequirements

source§

fn default() -> Self

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