Struct screen_13::prelude::vk::MappedMemoryRange
source · pub struct MappedMemoryRange {
pub s_type: StructureType,
pub p_next: *const c_void,
pub memory: DeviceMemory,
pub offset: u64,
pub size: u64,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§memory: DeviceMemory§offset: u64§size: u64Implementations§
source§impl MappedMemoryRange
impl MappedMemoryRange
pub fn builder<'a>() -> MappedMemoryRangeBuilder<'a>
Trait Implementations§
source§impl Clone for MappedMemoryRange
impl Clone for MappedMemoryRange
source§fn clone(&self) -> MappedMemoryRange
fn clone(&self) -> MappedMemoryRange
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MappedMemoryRange
impl Debug for MappedMemoryRange
source§impl Default for MappedMemoryRange
impl Default for MappedMemoryRange
source§fn default() -> MappedMemoryRange
fn default() -> MappedMemoryRange
Returns the “default value” for a type. Read more