pub struct ImageViewCaptureDescriptorDataInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ImageViewCaptureDescriptorDataInfoEXTBuilder<'a>
impl<'a> ImageViewCaptureDescriptorDataInfoEXTBuilder<'a>
pub fn image_view(self, image_view: ImageView) -> Self
sourcepub fn build(self) -> ImageViewCaptureDescriptorDataInfoEXT
pub fn build(self) -> ImageViewCaptureDescriptorDataInfoEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for ImageViewCaptureDescriptorDataInfoEXTBuilder<'a>
impl<'a> Deref for ImageViewCaptureDescriptorDataInfoEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for ImageViewCaptureDescriptorDataInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for ImageViewCaptureDescriptorDataInfoEXTBuilder<'a>
impl<'a> !Send for ImageViewCaptureDescriptorDataInfoEXTBuilder<'a>
impl<'a> !Sync for ImageViewCaptureDescriptorDataInfoEXTBuilder<'a>
impl<'a> Unpin for ImageViewCaptureDescriptorDataInfoEXTBuilder<'a>
impl<'a> UnwindSafe for ImageViewCaptureDescriptorDataInfoEXTBuilder<'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