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