pub struct PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
pub fn mutable_descriptor_type(self, mutable_descriptor_type: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceMutableDescriptorTypeFeaturesEXT
pub fn build(self) -> PhysicalDeviceMutableDescriptorTypeFeaturesEXT
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 PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'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