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