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