Struct dacite::core::ImageBlit [] [src]

pub struct ImageBlit {
    pub src_subresource: ImageSubresourceLayers,
    pub src_offsets: [Offset3D; 2],
    pub dst_subresource: ImageSubresourceLayers,
    pub dst_offsets: [Offset3D; 2],
}

Fields

Trait Implementations

impl Debug for ImageBlit
[src]

Formats the value using the given formatter.

impl Copy for ImageBlit
[src]

impl Clone for ImageBlit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for ImageBlit
[src]

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

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