Struct ash::vk::DedicatedAllocationMemoryAllocateInfoNV
source · #[repr(C)]pub struct DedicatedAllocationMemoryAllocateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image: Image,
pub buffer: Buffer,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§image: Image
§buffer: Buffer
Implementations§
Trait Implementations§
source§impl Clone for DedicatedAllocationMemoryAllocateInfoNV
impl Clone for DedicatedAllocationMemoryAllocateInfoNV
source§fn clone(&self) -> DedicatedAllocationMemoryAllocateInfoNV
fn clone(&self) -> DedicatedAllocationMemoryAllocateInfoNV
Returns a copy 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 moresource§impl TaggedStructure for DedicatedAllocationMemoryAllocateInfoNV
impl TaggedStructure for DedicatedAllocationMemoryAllocateInfoNV
const STRUCTURE_TYPE: StructureType = StructureType::DEDICATED_ALLOCATION_MEMORY_ALLOCATE_INFO_NV
impl 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 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