pub type ImageMemoryRequirementsInfo2KHR = ImageMemoryRequirementsInfo2;Aliased Type§
#[repr(C)]pub struct ImageMemoryRequirementsInfo2KHR {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub image: Image,
}Fields§
§s_type: StructureType§p_next: *const c_void§image: Image