Struct lava::VkBufferImageCopy[][src]

pub struct VkBufferImageCopy {
    pub buffer_offset: usize,
    pub buffer_row_length: usize,
    pub buffer_image_height: usize,
    pub image_subresource: VkImageSubresourceLayers,
    pub image_offset: VkOffset3D,
    pub image_extent: VkExtent3D,
}

Fields

Trait Implementations

impl Debug for VkBufferImageCopy
[src]

Formats the value using the given formatter. Read more

impl Clone for VkBufferImageCopy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkBufferImageCopy
[src]

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

Auto Trait Implementations