Enum vulkano::descriptor::descriptor::DescriptorBufferContentDesc [] [src]

pub enum DescriptorBufferContentDesc {
    F32,
    F64,
    Struct {},
    Array {
        len: Box<DescriptorBufferContentDesc>,
        num_array: usize,
    },
}

Variants

Fields of Struct

Fields of Array

Trait Implementations

impl Debug for DescriptorBufferContentDesc
[src]

Formats the value using the given formatter.

impl Clone for DescriptorBufferContentDesc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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