Struct dacite::core::ImageSubresourceRange [] [src]

pub struct ImageSubresourceRange {
    pub aspect_mask: ImageAspectFlags,
    pub base_mip_level: u32,
    pub level_count: OptionalMipLevels,
    pub base_array_layer: u32,
    pub layer_count: OptionalArrayLayers,
}

Fields

Trait Implementations

impl Debug for ImageSubresourceRange
[src]

Formats the value using the given formatter.

impl Copy for ImageSubresourceRange
[src]

impl Clone for ImageSubresourceRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for ImageSubresourceRange
[src]

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

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