Struct vks::VkImageCopy [] [src]

#[repr(C)]
pub struct VkImageCopy { pub srcSubresource: VkImageSubresourceLayers, pub srcOffset: VkOffset3D, pub dstSubresource: VkImageSubresourceLayers, pub dstOffset: VkOffset3D, pub extent: VkExtent3D, }

Fields

Trait Implementations

impl Debug for VkImageCopy
[src]

Formats the value using the given formatter.

impl Copy for VkImageCopy
[src]

impl Clone for VkImageCopy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkImageCopy
[src]

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