Struct vk_sys::MappedMemoryRange [−][src]
#[repr(C)]pub struct MappedMemoryRange { pub sType: StructureType, pub pNext: *const c_void, pub memory: DeviceMemory, pub offset: DeviceSize, pub size: DeviceSize, }
Fields
sType: StructureTypepNext: *const c_voidmemory: DeviceMemoryoffset: DeviceSizesize: DeviceSize