#[repr(C)]pub struct DedicatedAllocationMemoryAllocateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image: Image,
pub buffer: Buffer,
}Expand description
VkDedicatedAllocationMemoryAllocateInfoNV
Provided by VK_NV_dedicated_allocation.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_MEMORY_ALLOCATE_INFO_NV.
p_next: *const c_voidOptional, may be null.
image: Image§buffer: BufferImplementations§
Source§impl DedicatedAllocationMemoryAllocateInfoNV
impl DedicatedAllocationMemoryAllocateInfoNV
Sourcepub fn builder<'a>() -> DedicatedAllocationMemoryAllocateInfoNVBuilder<'a>
pub fn builder<'a>() -> DedicatedAllocationMemoryAllocateInfoNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for DedicatedAllocationMemoryAllocateInfoNV
impl Clone for DedicatedAllocationMemoryAllocateInfoNV
Source§fn clone(&self) -> DedicatedAllocationMemoryAllocateInfoNV
fn clone(&self) -> DedicatedAllocationMemoryAllocateInfoNV
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DedicatedAllocationMemoryAllocateInfoNV
impl ExtendsMemoryAllocateInfo for DedicatedAllocationMemoryAllocateInfoNV
Auto Trait Implementations§
impl Freeze for DedicatedAllocationMemoryAllocateInfoNV
impl RefUnwindSafe for DedicatedAllocationMemoryAllocateInfoNV
impl !Send for DedicatedAllocationMemoryAllocateInfoNV
impl !Sync for DedicatedAllocationMemoryAllocateInfoNV
impl Unpin for DedicatedAllocationMemoryAllocateInfoNV
impl UnsafeUnpin for DedicatedAllocationMemoryAllocateInfoNV
impl UnwindSafe for DedicatedAllocationMemoryAllocateInfoNV
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