Struct ash::vk::types::CopyDescriptorSet [] [src]

#[repr(C)]
pub struct CopyDescriptorSet { pub s_type: StructureType, pub p_next: *const c_void, pub src_set: DescriptorSet, pub src_binding: uint32_t, pub src_array_element: uint32_t, pub dst_set: DescriptorSet, pub dst_binding: uint32_t, pub dst_array_element: uint32_t, pub descriptor_count: uint32_t, }

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