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