Struct dacite::core::WriteDescriptorSet [] [src]

pub struct WriteDescriptorSet {
    pub dst_set: DescriptorSet,
    pub dst_binding: u32,
    pub dst_array_element: u32,
    pub descriptor_type: DescriptorType,
    pub elements: WriteDescriptorSetElements,
    pub chain: Option<WriteDescriptorSetChain>,
}

Fields

Trait Implementations

impl Debug for WriteDescriptorSet
[src]

[src]

Formats the value using the given formatter.

impl Clone for WriteDescriptorSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for WriteDescriptorSet
[src]

[src]

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

[src]

This method tests for !=.