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

#[repr(C)]
pub struct BufferImageCopy { pub buffer_offset: DeviceSize, pub buffer_row_length: uint32_t, pub buffer_image_height: uint32_t, pub image_subresource: ImageSubresourceLayers, pub image_offset: Offset3D, pub image_extent: Extent3D, }

Fields

Trait Implementations

impl Debug for BufferImageCopy
[src]

Formats the value using the given formatter.

impl Clone for BufferImageCopy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for BufferImageCopy
[src]

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

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