Struct dacite::core::ImageResolve [] [src]

pub struct ImageResolve {
    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 ImageResolve
[src]

Formats the value using the given formatter.

impl Copy for ImageResolve
[src]

impl Clone for ImageResolve
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for ImageResolve
[src]

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

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