pub struct DescriptorMappingSourcePushIndexEXTBuilder<'b> { /* private fields */ }Expand description
A builder for a DescriptorMappingSourcePushIndexEXT.
Implementations§
Source§impl<'b> DescriptorMappingSourcePushIndexEXTBuilder<'b>
impl<'b> DescriptorMappingSourcePushIndexEXTBuilder<'b>
pub fn heap_offset(self, heap_offset: u32) -> Self
pub fn push_offset(self, push_offset: u32) -> Self
pub fn heap_index_stride(self, heap_index_stride: u32) -> Self
pub fn heap_array_stride(self, heap_array_stride: u32) -> Self
pub fn embedded_sampler( self, embedded_sampler: &'b impl Cast<Target = SamplerCreateInfo>, ) -> Self
pub fn use_combined_image_sampler_index( self, use_combined_image_sampler_index: bool, ) -> Self
pub fn sampler_heap_offset(self, sampler_heap_offset: u32) -> Self
pub fn sampler_push_offset(self, sampler_push_offset: u32) -> Self
pub fn sampler_heap_index_stride(self, sampler_heap_index_stride: u32) -> Self
pub fn sampler_heap_array_stride(self, sampler_heap_array_stride: u32) -> Self
pub fn build(self) -> DescriptorMappingSourcePushIndexEXT
Trait Implementations§
Source§impl Cast for DescriptorMappingSourcePushIndexEXTBuilder<'_>
impl Cast for DescriptorMappingSourcePushIndexEXTBuilder<'_>
Source§type Target = DescriptorMappingSourcePushIndexEXT
type Target = DescriptorMappingSourcePushIndexEXT
The other type this type can be used interchangeably with in FFI.
Source§impl<'b> Clone for DescriptorMappingSourcePushIndexEXTBuilder<'b>
impl<'b> Clone for DescriptorMappingSourcePushIndexEXTBuilder<'b>
Source§fn clone(&self) -> DescriptorMappingSourcePushIndexEXTBuilder<'b>
fn clone(&self) -> DescriptorMappingSourcePushIndexEXTBuilder<'b>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'b> Debug for DescriptorMappingSourcePushIndexEXTBuilder<'b>
impl<'b> Debug for DescriptorMappingSourcePushIndexEXTBuilder<'b>
Source§impl<'b> Default for DescriptorMappingSourcePushIndexEXTBuilder<'b>
impl<'b> Default for DescriptorMappingSourcePushIndexEXTBuilder<'b>
Source§fn default() -> DescriptorMappingSourcePushIndexEXTBuilder<'b>
fn default() -> DescriptorMappingSourcePushIndexEXTBuilder<'b>
Returns the “default value” for a type. Read more
Source§impl Deref for DescriptorMappingSourcePushIndexEXTBuilder<'_>
impl Deref for DescriptorMappingSourcePushIndexEXTBuilder<'_>
impl<'b> Copy for DescriptorMappingSourcePushIndexEXTBuilder<'b>
Auto Trait Implementations§
impl<'b> Freeze for DescriptorMappingSourcePushIndexEXTBuilder<'b>
impl<'b> RefUnwindSafe for DescriptorMappingSourcePushIndexEXTBuilder<'b>
impl<'b> Send for DescriptorMappingSourcePushIndexEXTBuilder<'b>
impl<'b> Sync for DescriptorMappingSourcePushIndexEXTBuilder<'b>
impl<'b> Unpin for DescriptorMappingSourcePushIndexEXTBuilder<'b>
impl<'b> UnwindSafe for DescriptorMappingSourcePushIndexEXTBuilder<'b>
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