#[repr(C)]pub struct VkDedicatedAllocationMemoryAllocateInfoNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub image: VkImage,
pub buffer: VkBuffer,
}Fields§
§sType: VkStructureType§pNext: *const c_void§image: VkImage§buffer: VkBufferTrait Implementations§
Source§impl Clone for VkDedicatedAllocationMemoryAllocateInfoNV
impl Clone for VkDedicatedAllocationMemoryAllocateInfoNV
Source§fn clone(&self) -> VkDedicatedAllocationMemoryAllocateInfoNV
fn clone(&self) -> VkDedicatedAllocationMemoryAllocateInfoNV
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 VkDedicatedAllocationMemoryAllocateInfoNV
Auto Trait Implementations§
impl Freeze for VkDedicatedAllocationMemoryAllocateInfoNV
impl RefUnwindSafe for VkDedicatedAllocationMemoryAllocateInfoNV
impl !Send for VkDedicatedAllocationMemoryAllocateInfoNV
impl !Sync for VkDedicatedAllocationMemoryAllocateInfoNV
impl Unpin for VkDedicatedAllocationMemoryAllocateInfoNV
impl UnwindSafe for VkDedicatedAllocationMemoryAllocateInfoNV
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