pub struct TexelBufferDescriptorInfoEXTBuilder<'a> { /* private fields */ }Expand description
Builder for TexelBufferDescriptorInfoEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> TexelBufferDescriptorInfoEXTBuilder<'a>
impl<'a> TexelBufferDescriptorInfoEXTBuilder<'a>
pub fn format(self, value: Format) -> Self
pub fn address_range(self, value: DeviceAddressRangeEXT) -> Self
Sourcepub fn push_next<T: ExtendsTexelBufferDescriptorInfoEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsTexelBufferDescriptorInfoEXT>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See TexelBufferDescriptorInfoEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for TexelBufferDescriptorInfoEXTBuilder<'a>
impl<'a> Deref for TexelBufferDescriptorInfoEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for TexelBufferDescriptorInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for TexelBufferDescriptorInfoEXTBuilder<'a>
impl<'a> !Send for TexelBufferDescriptorInfoEXTBuilder<'a>
impl<'a> !Sync for TexelBufferDescriptorInfoEXTBuilder<'a>
impl<'a> Unpin for TexelBufferDescriptorInfoEXTBuilder<'a>
impl<'a> UnsafeUnpin for TexelBufferDescriptorInfoEXTBuilder<'a>
impl<'a> UnwindSafe for TexelBufferDescriptorInfoEXTBuilder<'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