Type Alias BindImagePlaneMemoryInfoKHR

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

Aliased Type§

#[repr(C)]
pub 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 ()>