ash::vk

Type Alias BindImagePlaneMemoryInfoKHR

Source
pub type BindImagePlaneMemoryInfoKHR<'a> = BindImagePlaneMemoryInfo<'a>;

Aliased Type§

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

Fields§

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

Implementations

Source§

impl<'a> BindImagePlaneMemoryInfo<'a>

Source

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

Trait Implementations

Source§

impl<'a> Clone for BindImagePlaneMemoryInfo<'a>

Source§

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

Source§

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

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

impl Default for BindImagePlaneMemoryInfo<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for BindImagePlaneMemoryInfo<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::BIND_IMAGE_PLANE_MEMORY_INFO

Source§

impl<'a> Copy for BindImagePlaneMemoryInfo<'a>

Source§

impl ExtendsBindImageMemoryInfo for BindImagePlaneMemoryInfo<'_>

Source§

impl Send for BindImagePlaneMemoryInfo<'_>

Source§

impl Sync for BindImagePlaneMemoryInfo<'_>