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