Struct ash::vk::PhysicalDeviceImageRobustnessFeatures  
source · #[repr(C)]pub struct PhysicalDeviceImageRobustnessFeatures {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub robust_image_access: Bool32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§robust_image_access: Bool32Implementations§
source§impl PhysicalDeviceImageRobustnessFeatures
 
impl PhysicalDeviceImageRobustnessFeatures
pub fn builder<'a>() -> PhysicalDeviceImageRobustnessFeaturesBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceImageRobustnessFeatures
 
impl Clone for PhysicalDeviceImageRobustnessFeatures
source§fn clone(&self) -> PhysicalDeviceImageRobustnessFeatures
 
fn clone(&self) -> PhysicalDeviceImageRobustnessFeatures
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more