Struct ash::vk::MappedMemoryRange [−][src]
#[repr(C)]pub struct MappedMemoryRange { pub s_type: StructureType, pub p_next: *const c_void, pub memory: DeviceMemory, pub offset: DeviceSize, pub size: DeviceSize, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
memory: DeviceMemory
offset: DeviceSize
size: DeviceSize
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MappedMemoryRange
impl !Send for MappedMemoryRange
impl !Sync for MappedMemoryRange
impl Unpin for MappedMemoryRange
impl UnwindSafe for MappedMemoryRange
Blanket Implementations
Mutably borrows from an owned value. Read more