#[repr(C)]pub struct PhysicalDeviceInvocationMaskFeaturesHUAWEI {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub invocation_mask: u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§invocation_mask: u32
Implementations§
Trait Implementations§
Source§impl Clone for PhysicalDeviceInvocationMaskFeaturesHUAWEI
impl Clone for PhysicalDeviceInvocationMaskFeaturesHUAWEI
Source§fn clone(&self) -> PhysicalDeviceInvocationMaskFeaturesHUAWEI
fn clone(&self) -> PhysicalDeviceInvocationMaskFeaturesHUAWEI
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for PhysicalDeviceInvocationMaskFeaturesHUAWEI
impl Default for PhysicalDeviceInvocationMaskFeaturesHUAWEI
Source§fn default() -> PhysicalDeviceInvocationMaskFeaturesHUAWEI
fn default() -> PhysicalDeviceInvocationMaskFeaturesHUAWEI
Returns the “default value” for a type. Read more
Source§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