Struct dacite::core::DescriptorPoolCreateInfo [] [src]

pub struct DescriptorPoolCreateInfo {
    pub flags: DescriptorPoolCreateFlags,
    pub max_sets: u32,
    pub pool_sizes: Vec<DescriptorPoolSize>,
    pub chain: Option<DescriptorPoolCreateInfoChain>,
}

Fields

Trait Implementations

impl Debug for DescriptorPoolCreateInfo
[src]

Formats the value using the given formatter.

impl Clone for DescriptorPoolCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescriptorPoolCreateInfo
[src]

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

This method tests for !=.