#[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 moresource§impl TaggedStructure for PhysicalDeviceSubpassShadingPropertiesHUAWEI
impl TaggedStructure for PhysicalDeviceSubpassShadingPropertiesHUAWEI
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SUBPASS_SHADING_PROPERTIES_HUAWEI
impl Copy for PhysicalDeviceSubpassShadingPropertiesHUAWEI
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceSubpassShadingPropertiesHUAWEI
Auto Trait Implementations§
impl Freeze for PhysicalDeviceSubpassShadingPropertiesHUAWEI
impl RefUnwindSafe for PhysicalDeviceSubpassShadingPropertiesHUAWEI
impl !Send for PhysicalDeviceSubpassShadingPropertiesHUAWEI
impl !Sync for PhysicalDeviceSubpassShadingPropertiesHUAWEI
impl Unpin for PhysicalDeviceSubpassShadingPropertiesHUAWEI
impl UnwindSafe for PhysicalDeviceSubpassShadingPropertiesHUAWEI
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more