Struct lava::VkImageResolve[][src]

pub struct VkImageResolve {
    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 VkImageResolve
[src]

Formats the value using the given formatter. Read more

impl Clone for VkImageResolve
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkImageResolve
[src]

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

Auto Trait Implementations