#[repr(C)]pub struct PhysicalDeviceRobustness2FeaturesEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub robust_buffer_access2: Bool32,
pub robust_image_access2: Bool32,
pub null_descriptor: Bool32,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidrobust_buffer_access2: Bool32robust_image_access2: Bool32null_descriptor: Bool32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for PhysicalDeviceRobustness2FeaturesEXT
impl !Sync for PhysicalDeviceRobustness2FeaturesEXT
Blanket Implementations
Mutably borrows from an owned value. Read more