pub type PhysicalDeviceImageRobustnessFeaturesEXT = PhysicalDeviceImageRobustnessFeatures;Aliased Type§
#[repr(C)]pub struct PhysicalDeviceImageRobustnessFeaturesEXT {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub robust_image_access: u32,
}Fields§
§s_type: StructureType§p_next: *mut c_void§robust_image_access: u32