Struct vks::VkMappedMemoryRange [] [src]

#[repr(C)]
pub struct VkMappedMemoryRange { pub sType: VkStructureType, pub pNext: *const c_void, pub memory: VkDeviceMemory, pub offset: VkDeviceSize, pub size: VkDeviceSize, }

Fields

Trait Implementations

impl Debug for VkMappedMemoryRange
[src]

Formats the value using the given formatter.

impl Copy for VkMappedMemoryRange
[src]

impl Clone for VkMappedMemoryRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkMappedMemoryRange
[src]

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