Struct ash::vk::ImageViewASTCDecodeModeEXTBuilder
source · pub struct ImageViewASTCDecodeModeEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ImageViewASTCDecodeModeEXTBuilder<'a>
impl<'a> ImageViewASTCDecodeModeEXTBuilder<'a>
pub fn decode_mode(self, decode_mode: Format) -> Self
sourcepub fn build(self) -> ImageViewASTCDecodeModeEXT
pub fn build(self) -> ImageViewASTCDecodeModeEXT
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 ImageViewASTCDecodeModeEXTBuilder<'a>
impl<'a> Deref for ImageViewASTCDecodeModeEXTBuilder<'a>
source§impl<'a> DerefMut for ImageViewASTCDecodeModeEXTBuilder<'a>
impl<'a> DerefMut for ImageViewASTCDecodeModeEXTBuilder<'a>
impl ExtendsImageViewCreateInfo for ImageViewASTCDecodeModeEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for ImageViewASTCDecodeModeEXTBuilder<'a>
impl<'a> RefUnwindSafe for ImageViewASTCDecodeModeEXTBuilder<'a>
impl<'a> !Send for ImageViewASTCDecodeModeEXTBuilder<'a>
impl<'a> !Sync for ImageViewASTCDecodeModeEXTBuilder<'a>
impl<'a> Unpin for ImageViewASTCDecodeModeEXTBuilder<'a>
impl<'a> UnwindSafe for ImageViewASTCDecodeModeEXTBuilder<'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