Struct ash::vk::MicromapVersionInfoEXTBuilder
source · pub struct MicromapVersionInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> MicromapVersionInfoEXTBuilder<'a>
impl<'a> MicromapVersionInfoEXTBuilder<'a>
pub fn version_data(self, version_data: &'a [u8; 32]) -> Self
sourcepub fn build(self) -> MicromapVersionInfoEXT
pub fn build(self) -> MicromapVersionInfoEXT
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 MicromapVersionInfoEXTBuilder<'a>
impl<'a> Deref for MicromapVersionInfoEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for MicromapVersionInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for MicromapVersionInfoEXTBuilder<'a>
impl<'a> !Send for MicromapVersionInfoEXTBuilder<'a>
impl<'a> !Sync for MicromapVersionInfoEXTBuilder<'a>
impl<'a> Unpin for MicromapVersionInfoEXTBuilder<'a>
impl<'a> UnwindSafe for MicromapVersionInfoEXTBuilder<'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