#[repr(transparent)]pub struct PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'a>
impl<'a> PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'a>
pub fn mutable_descriptor_type(
self,
mutable_descriptor_type: bool
) -> PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceMutableDescriptorTypeFeaturesVALVE
pub fn build(self) -> PhysicalDeviceMutableDescriptorTypeFeaturesVALVE
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 PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'a>
impl<'a> Deref for PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'a>
type Target = PhysicalDeviceMutableDescriptorTypeFeaturesVALVE
type Target = PhysicalDeviceMutableDescriptorTypeFeaturesVALVE
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsDeviceCreateInfo for PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'_>
impl<'_> ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'_>
Auto Trait Implementations
impl<'a> RefUnwindSafe for PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'a>
impl<'a> !Send for PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'a>
impl<'a> !Sync for PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'a>
impl<'a> Unpin for PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceMutableDescriptorTypeFeaturesVALVEBuilder<'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