#[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: StructureTypep_next: *const c_voidimage: Imagebuffer: BufferImplementations
sourceimpl DedicatedAllocationMemoryAllocateInfoNV
impl DedicatedAllocationMemoryAllocateInfoNV
pub fn builder<'a>() -> DedicatedAllocationMemoryAllocateInfoNVBuilder<'a>
Trait Implementations
sourceimpl Clone for DedicatedAllocationMemoryAllocateInfoNV
impl Clone for DedicatedAllocationMemoryAllocateInfoNV
sourcefn clone(&self) -> DedicatedAllocationMemoryAllocateInfoNV
fn clone(&self) -> DedicatedAllocationMemoryAllocateInfoNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for DedicatedAllocationMemoryAllocateInfoNV
impl Default for DedicatedAllocationMemoryAllocateInfoNV
sourcefn default() -> DedicatedAllocationMemoryAllocateInfoNV
fn default() -> DedicatedAllocationMemoryAllocateInfoNV
Returns the “default value” for a type. Read more
impl Copy for DedicatedAllocationMemoryAllocateInfoNV
impl ExtendsMemoryAllocateInfo for DedicatedAllocationMemoryAllocateInfoNV
Auto Trait Implementations
impl RefUnwindSafe for DedicatedAllocationMemoryAllocateInfoNV
impl !Send for DedicatedAllocationMemoryAllocateInfoNV
impl !Sync for DedicatedAllocationMemoryAllocateInfoNV
impl Unpin for DedicatedAllocationMemoryAllocateInfoNV
impl UnwindSafe for DedicatedAllocationMemoryAllocateInfoNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more