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