pub struct PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceMutableDescriptorTypeFeaturesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
pub fn mutable_descriptor_type(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceMutableDescriptorTypeFeaturesEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceMutableDescriptorTypeFeaturesEXT>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceMutableDescriptorTypeFeaturesEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
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> UnsafeUnpin 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