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

#[repr(C)]
pub struct DescriptorSetAllocateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub descriptor_pool: DescriptorPool, pub descriptor_set_count: uint32_t, pub p_set_layouts: *const DescriptorSetLayout, }

Fields

Trait Implementations

impl Debug for DescriptorSetAllocateInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescriptorSetAllocateInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more