Struct dacite::core::BufferImageCopy [] [src]

pub struct BufferImageCopy {
    pub buffer_offset: u64,
    pub buffer_row_length: u32,
    pub buffer_image_height: u32,
    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 Copy for BufferImageCopy
[src]

impl Clone for BufferImageCopy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BufferImageCopy
[src]

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

This method tests for !=.

impl Eq for BufferImageCopy
[src]

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