pub type MemoryMapInfoKHR = MemoryMapInfo;Expand description
Aliased Type§
#[repr(C)]pub struct MemoryMapInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: MemoryMapFlags,
pub memory: DeviceMemory,
pub offset: u64,
pub size: u64,
}Fields§
§s_type: StructureType§next: *const c_void§flags: MemoryMapFlags§memory: DeviceMemory§offset: u64§size: u64