Struct vks::vk::VkBufferImageCopy [] [src]

#[repr(C)]
pub struct VkBufferImageCopy { pub bufferOffset: VkDeviceSize, pub bufferRowLength: u32, pub bufferImageHeight: u32, pub imageSubresource: VkImageSubresourceLayers, pub imageOffset: VkOffset3D, pub imageExtent: VkExtent3D, }

Fields

Trait Implementations

impl Debug for VkBufferImageCopy
[src]

[src]

Formats the value using the given formatter.

impl Copy for VkBufferImageCopy
[src]

impl Clone for VkBufferImageCopy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VkBufferImageCopy
[src]

[src]

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