Struct dacite::core::ImageViewCreateInfo [] [src]

pub struct ImageViewCreateInfo {
    pub flags: ImageViewCreateFlags,
    pub image: Image,
    pub view_type: ImageViewType,
    pub format: Format,
    pub components: ComponentMapping,
    pub subresource_range: ImageSubresourceRange,
    pub chain: Option<ImageViewCreateInfoChain>,
}

Fields

Trait Implementations

impl Debug for ImageViewCreateInfo
[src]

Formats the value using the given formatter.

impl Clone for ImageViewCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ImageViewCreateInfo
[src]

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

This method tests for !=.