Struct vulkanalia_sys::MappedMemoryRange
source · [−]#[repr(C)]pub struct MappedMemoryRange {
pub s_type: StructureType,
pub next: *const c_void,
pub memory: DeviceMemory,
pub offset: DeviceSize,
pub size: DeviceSize,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidmemory: DeviceMemoryoffset: DeviceSizesize: DeviceSizeTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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