Struct bedrock::vk::VkImageCopy [] [src]

#[repr(C)]
pub struct VkImageCopy { pub srcSubresource: VkImageSubresourceLayers, pub srcOffset: VkOffset3D, pub dstSubresource: VkImageSubresourceLayers, pub dstOffset: VkOffset3D, pub extent: VkExtent3D, }

Fields

Trait Implementations

impl Debug for VkImageCopy
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VkImageCopy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for VkImageCopy

impl Sync for VkImageCopy