#[repr(C)]pub struct PhysicalDeviceInvocationMaskFeaturesHUAWEI {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub invocation_mask: u32,
}Expand description
VkPhysicalDeviceInvocationMaskFeaturesHUAWEI
Provided by VK_HUAWEI_invocation_mask.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INVOCATION_MASK_FEATURES_HUAWEI.
p_next: *mut c_voidOptional, may be null.
invocation_mask: u32Implementations§
Source§impl PhysicalDeviceInvocationMaskFeaturesHUAWEI
impl PhysicalDeviceInvocationMaskFeaturesHUAWEI
Sourcepub fn builder<'a>() -> PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
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§fn clone_from(&mut self, source: &Self)
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
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 UnsafeUnpin 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