Struct dacite::core::ImageSubresourceLayers [] [src]

pub struct ImageSubresourceLayers {
    pub aspect_mask: ImageAspectFlags,
    pub mip_level: u32,
    pub base_array_layer: u32,
    pub layer_count: u32,
}

Fields

Trait Implementations

impl Debug for ImageSubresourceLayers
[src]

Formats the value using the given formatter.

impl Copy for ImageSubresourceLayers
[src]

impl Clone for ImageSubresourceLayers
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for ImageSubresourceLayers
[src]

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

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