#[repr(C)]pub struct MemoryDedicatedAllocateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image: Image,
pub buffer: Buffer,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO.
p_next: *const c_voidOptional, may be null.
image: Image§buffer: BufferImplementations§
Source§impl MemoryDedicatedAllocateInfo
impl MemoryDedicatedAllocateInfo
Sourcepub fn builder<'a>() -> MemoryDedicatedAllocateInfoBuilder<'a>
pub fn builder<'a>() -> MemoryDedicatedAllocateInfoBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for MemoryDedicatedAllocateInfo
impl Clone for MemoryDedicatedAllocateInfo
Source§fn clone(&self) -> MemoryDedicatedAllocateInfo
fn clone(&self) -> MemoryDedicatedAllocateInfo
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 moreSource§impl Debug for MemoryDedicatedAllocateInfo
impl Debug for MemoryDedicatedAllocateInfo
Source§impl Default for MemoryDedicatedAllocateInfo
impl Default for MemoryDedicatedAllocateInfo
Source§fn default() -> MemoryDedicatedAllocateInfo
fn default() -> MemoryDedicatedAllocateInfo
Returns the “default value” for a type. Read more
impl Copy for MemoryDedicatedAllocateInfo
impl ExtendsMemoryAllocateInfo for MemoryDedicatedAllocateInfo
Auto Trait Implementations§
impl Freeze for MemoryDedicatedAllocateInfo
impl RefUnwindSafe for MemoryDedicatedAllocateInfo
impl !Send for MemoryDedicatedAllocateInfo
impl !Sync for MemoryDedicatedAllocateInfo
impl Unpin for MemoryDedicatedAllocateInfo
impl UnsafeUnpin for MemoryDedicatedAllocateInfo
impl UnwindSafe for MemoryDedicatedAllocateInfo
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