Struct vks::VkBufferCopy [] [src]

#[repr(C)]
pub struct VkBufferCopy { pub srcOffset: VkDeviceSize, pub dstOffset: VkDeviceSize, pub size: VkDeviceSize, }

Fields

Trait Implementations

impl Debug for VkBufferCopy
[src]

Formats the value using the given formatter.

impl Copy for VkBufferCopy
[src]

impl Clone for VkBufferCopy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkBufferCopy
[src]

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