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