pub struct ImageViewCaptureDescriptorDataInfoEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> ImageViewCaptureDescriptorDataInfoEXTBuilder<'a>
impl<'a> ImageViewCaptureDescriptorDataInfoEXTBuilder<'a>
pub fn image_view(
self,
image_view: ImageView
) -> ImageViewCaptureDescriptorDataInfoEXTBuilder<'a>
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>
§type Target = ImageViewCaptureDescriptorDataInfoEXT
type Target = ImageViewCaptureDescriptorDataInfoEXT
The resulting type after dereferencing.