Struct vulkano::descriptor::descriptor::DescriptorBufferDesc [] [src]

pub struct DescriptorBufferDesc {
    pub dynamic: Option<bool>,
    pub storage: bool,
    pub content: DescriptorBufferContentDesc,
}

Fields

Trait Implementations

impl Debug for DescriptorBufferDesc
[src]

Formats the value using the given formatter.

impl Clone for DescriptorBufferDesc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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