Struct bedrock::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. Read more

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 PartialEq for VkBufferImageCopy
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for VkBufferImageCopy
[src]

Auto Trait Implementations