Struct lava::VkImageBlit[][src]

pub struct VkImageBlit {
    pub src_subresource: VkImageSubresourceLayers,
    pub src_offsets: [VkOffset3D; 2],
    pub dst_subresource: VkImageSubresourceLayers,
    pub dst_offsets: [VkOffset3D; 2],
}

Fields

Trait Implementations

impl Debug for VkImageBlit
[src]

Formats the value using the given formatter. Read more

impl Clone for VkImageBlit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkImageBlit
[src]

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

Auto Trait Implementations

impl Send for VkImageBlit

impl Sync for VkImageBlit