#[repr(transparent)]pub struct PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
impl<'a> PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
pub fn invocation_mask(
self,
invocation_mask: bool
) -> PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
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
sourceimpl<'a> Deref for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
impl<'a> Deref for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
type Target = PhysicalDeviceInvocationMaskFeaturesHUAWEI
type Target = PhysicalDeviceInvocationMaskFeaturesHUAWEI
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsDeviceCreateInfo for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'_>
impl<'_> ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'_>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more