Struct ash::vk::types::ImageCopy [] [src]

#[repr(C)]
pub struct ImageCopy { pub src_subresource: ImageSubresourceLayers, pub src_offset: Offset3D, pub dst_subresource: ImageSubresourceLayers, pub dst_offset: Offset3D, pub extent: Extent3D, }

Fields

Trait Implementations

impl Debug for ImageCopy
[src]

[src]

Formats the value using the given formatter.

impl Clone for ImageCopy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for ImageCopy
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more