Struct lava::VkMappedMemoryRange[][src]

pub struct VkMappedMemoryRange<'a> {
    pub memory: &'a VkDeviceMemory,
    pub offset: usize,
    pub size: usize,
}

Fields

Trait Implementations

impl<'a> Debug for VkMappedMemoryRange<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for VkMappedMemoryRange<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkMappedMemoryRange<'static>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<'a> !Send for VkMappedMemoryRange<'a>

impl<'a> !Sync for VkMappedMemoryRange<'a>