Struct vulkanalia_sys::MemoryAllocateInfo
source · [−]#[repr(C)]pub struct MemoryAllocateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub allocation_size: DeviceSize,
pub memory_type_index: u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidallocation_size: DeviceSizememory_type_index: u32Trait 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 MemoryAllocateInfo
impl !Send for MemoryAllocateInfo
impl !Sync for MemoryAllocateInfo
impl Unpin for MemoryAllocateInfo
impl UnwindSafe for MemoryAllocateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more