#[repr(C)]pub struct PhysicalDeviceInvocationMaskFeaturesHUAWEI {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub invocation_mask: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§invocation_mask: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceInvocationMaskFeaturesHUAWEI
impl Clone for PhysicalDeviceInvocationMaskFeaturesHUAWEI
source§fn clone(&self) -> PhysicalDeviceInvocationMaskFeaturesHUAWEI
fn clone(&self) -> PhysicalDeviceInvocationMaskFeaturesHUAWEI
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 PhysicalDeviceInvocationMaskFeaturesHUAWEI
impl TaggedStructure for PhysicalDeviceInvocationMaskFeaturesHUAWEI
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_INVOCATION_MASK_FEATURES_HUAWEI
impl Copy for PhysicalDeviceInvocationMaskFeaturesHUAWEI
impl ExtendsDeviceCreateInfo for PhysicalDeviceInvocationMaskFeaturesHUAWEI
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceInvocationMaskFeaturesHUAWEI
Auto Trait Implementations§
impl Freeze for PhysicalDeviceInvocationMaskFeaturesHUAWEI
impl RefUnwindSafe for PhysicalDeviceInvocationMaskFeaturesHUAWEI
impl !Send for PhysicalDeviceInvocationMaskFeaturesHUAWEI
impl !Sync for PhysicalDeviceInvocationMaskFeaturesHUAWEI
impl Unpin for PhysicalDeviceInvocationMaskFeaturesHUAWEI
impl UnwindSafe for PhysicalDeviceInvocationMaskFeaturesHUAWEI
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