Struct dacite::core::CopyDescriptorSet [] [src]

pub struct CopyDescriptorSet {
    pub src_set: DescriptorSet,
    pub src_binding: u32,
    pub src_array_element: u32,
    pub dst_set: DescriptorSet,
    pub dst_binding: u32,
    pub dst_array_element: u32,
    pub descriptor_count: u32,
    pub chain: Option<CopyDescriptorSetChain>,
}

Fields

Trait Implementations

impl Debug for CopyDescriptorSet
[src]

Formats the value using the given formatter.

impl Clone for CopyDescriptorSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CopyDescriptorSet
[src]

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

This method tests for !=.