pub struct PushDescriptorSetWithTemplateInfoBuilder<'a> { /* private fields */ }Expand description
Builder for PushDescriptorSetWithTemplateInfo with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PushDescriptorSetWithTemplateInfoBuilder<'a>
impl<'a> PushDescriptorSetWithTemplateInfoBuilder<'a>
pub fn descriptor_update_template(self, value: DescriptorUpdateTemplate) -> Self
pub fn layout(self, value: PipelineLayout) -> Self
pub fn set(self, value: u32) -> Self
pub fn data(self, value: *const c_void) -> Self
Sourcepub fn push_next<T: ExtendsPushDescriptorSetWithTemplateInfo>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPushDescriptorSetWithTemplateInfo>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PushDescriptorSetWithTemplateInfo’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PushDescriptorSetWithTemplateInfoBuilder<'a>
impl<'a> Deref for PushDescriptorSetWithTemplateInfoBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PushDescriptorSetWithTemplateInfoBuilder<'a>
impl<'a> RefUnwindSafe for PushDescriptorSetWithTemplateInfoBuilder<'a>
impl<'a> !Send for PushDescriptorSetWithTemplateInfoBuilder<'a>
impl<'a> !Sync for PushDescriptorSetWithTemplateInfoBuilder<'a>
impl<'a> Unpin for PushDescriptorSetWithTemplateInfoBuilder<'a>
impl<'a> UnsafeUnpin for PushDescriptorSetWithTemplateInfoBuilder<'a>
impl<'a> UnwindSafe for PushDescriptorSetWithTemplateInfoBuilder<'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