#[repr(C)]pub struct PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub rasterization_order_color_attachment_access: Bool32,
    pub rasterization_order_depth_attachment_access: Bool32,
    pub rasterization_order_stencil_attachment_access: Bool32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§rasterization_order_color_attachment_access: Bool32§rasterization_order_depth_attachment_access: Bool32§rasterization_order_stencil_attachment_access: Bool32Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM
 
impl Clone for PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM
source§fn clone(&self) -> PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM
 
fn clone(&self) -> PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM
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