pub struct PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
impl<'a> PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
pub fn invocation_mask(self, invocation_mask: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceInvocationMaskFeaturesHUAWEI
pub fn build(self) -> PhysicalDeviceInvocationMaskFeaturesHUAWEI
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
impl<'a> Deref for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
impl<'a> !Send for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
impl<'a> !Sync for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
impl<'a> Unpin for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'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