pub struct PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
impl<'a> PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
pub fn image_view_type(self, image_view_type: ImageViewType) -> Self
sourcepub fn build(self) -> PhysicalDeviceImageViewImageFormatInfoEXT
pub fn build(self) -> PhysicalDeviceImageViewImageFormatInfoEXT
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 PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
impl ExtendsPhysicalDeviceImageFormatInfo2 for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'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