#[repr(C)]pub struct MemoryDedicatedAllocateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub image: Image,
pub buffer: Buffer,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidimage: Imagebuffer: BufferTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MemoryDedicatedAllocateInfo
impl !Send for MemoryDedicatedAllocateInfo
impl !Sync for MemoryDedicatedAllocateInfo
impl Unpin for MemoryDedicatedAllocateInfo
impl UnwindSafe for MemoryDedicatedAllocateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more