Enum vulkano::descriptor::descriptor::DescriptorImageDescArray[][src]

pub enum DescriptorImageDescArray {
    NonArrayed,
    Arrayed {
        max_layers: Option<u32>,
    },
}

Variants

Fields of Arrayed

Trait Implementations

impl Debug for DescriptorImageDescArray
[src]

Formats the value using the given formatter. Read more

impl Copy for DescriptorImageDescArray
[src]

impl Clone for DescriptorImageDescArray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations