pub type ImageSubresource2KHR<'a> = ImageSubresource2<'a>;Aliased Type§
#[repr(C)]pub struct ImageSubresource2KHR<'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 ()>