Struct lava::VkImageCopy[][src]

pub struct VkImageCopy {
    pub src_subresource: VkImageSubresourceLayers,
    pub src_offset: VkOffset3D,
    pub dst_subresource: VkImageSubresourceLayers,
    pub dst_offset: VkOffset3D,
    pub extent: VkExtent3D,
}

Fields

Trait Implementations

impl Debug for VkImageCopy
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for VkImageCopy

impl Sync for VkImageCopy