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: StructureType
pNext: *const c_void
memory: DeviceMemory
offset: DeviceSize
size: DeviceSize