ash::vk

Type Alias DeviceImageMemoryRequirementsKHR

Source
pub type DeviceImageMemoryRequirementsKHR<'a> = DeviceImageMemoryRequirements<'a>;

Aliased Type§

struct DeviceImageMemoryRequirementsKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub p_create_info: *const ImageCreateInfo<'a>,
    pub plane_aspect: ImageAspectFlags,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *const c_void§p_create_info: *const ImageCreateInfo<'a>§plane_aspect: ImageAspectFlags§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> DeviceImageMemoryRequirements<'a>

Source

pub fn create_info(self, create_info: &'a ImageCreateInfo<'a>) -> Self

Source

pub fn plane_aspect(self, plane_aspect: ImageAspectFlags) -> Self

Trait Implementations

Source§

impl<'a> Clone for DeviceImageMemoryRequirements<'a>

Source§

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

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
Source§

impl<'a> TaggedStructure for DeviceImageMemoryRequirements<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_IMAGE_MEMORY_REQUIREMENTS

Source§

impl<'a> Copy for DeviceImageMemoryRequirements<'a>

Source§

impl Send for DeviceImageMemoryRequirements<'_>

Source§

impl Sync for DeviceImageMemoryRequirements<'_>