Struct dacite::core::DescriptorSetLayoutCreateInfo [] [src]

pub struct DescriptorSetLayoutCreateInfo {
    pub flags: DescriptorSetLayoutCreateFlags,
    pub bindings: Vec<DescriptorSetLayoutBinding>,
    pub chain: Option<DescriptorSetLayoutCreateInfoChain>,
}

Fields

Trait Implementations

impl Debug for DescriptorSetLayoutCreateInfo
[src]

Formats the value using the given formatter.

impl Clone for DescriptorSetLayoutCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescriptorSetLayoutCreateInfo
[src]

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

This method tests for !=.