Struct ash::vk::MappedMemoryRange  
source · #[repr(C)]pub struct MappedMemoryRange<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub memory: DeviceMemory,
    pub offset: DeviceSize,
    pub size: DeviceSize,
    pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§memory: DeviceMemory§offset: DeviceSize§size: DeviceSize§_marker: PhantomData<&'a ()>Implementations§
source§impl<'a> MappedMemoryRange<'a>
 
impl<'a> MappedMemoryRange<'a>
pub fn memory(self, memory: DeviceMemory) -> Self
pub fn offset(self, offset: DeviceSize) -> Self
pub fn size(self, size: DeviceSize) -> Self
Trait Implementations§
source§impl<'a> Clone for MappedMemoryRange<'a>
 
impl<'a> Clone for MappedMemoryRange<'a>
source§fn clone(&self) -> MappedMemoryRange<'a>
 
fn clone(&self) -> MappedMemoryRange<'a>
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<'a> Debug for MappedMemoryRange<'a>
 
impl<'a> Debug for MappedMemoryRange<'a>
source§impl Default for MappedMemoryRange<'_>
 
impl Default for MappedMemoryRange<'_>
source§impl<'a> TaggedStructure for MappedMemoryRange<'a>
 
impl<'a> TaggedStructure for MappedMemoryRange<'a>
const STRUCTURE_TYPE: StructureType = StructureType::MAPPED_MEMORY_RANGE
impl<'a> Copy for MappedMemoryRange<'a>
impl Send for MappedMemoryRange<'_>
impl Sync for MappedMemoryRange<'_>
Auto Trait Implementations§
impl<'a> Freeze for MappedMemoryRange<'a>
impl<'a> RefUnwindSafe for MappedMemoryRange<'a>
impl<'a> Unpin for MappedMemoryRange<'a>
impl<'a> UnwindSafe for MappedMemoryRange<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)