ash::vk::aliases

Type Alias ImageSubresource2EXT

Source
pub type ImageSubresource2EXT<'a> = ImageSubresource2KHR<'a>;

Aliased Type§

struct ImageSubresource2EXT<'a> {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub image_subresource: ImageSubresource,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

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

Implementations

Source§

impl<'a> ImageSubresource2KHR<'a>

Source

pub fn image_subresource(self, image_subresource: ImageSubresource) -> Self

Trait Implementations

Source§

impl<'a> Clone for ImageSubresource2KHR<'a>

Source§

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

Source§

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

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

impl Default for ImageSubresource2KHR<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for ImageSubresource2KHR<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::IMAGE_SUBRESOURCE_2_KHR

Source§

impl<'a> Copy for ImageSubresource2KHR<'a>

Source§

impl Send for ImageSubresource2KHR<'_>

Source§

impl Sync for ImageSubresource2KHR<'_>