Struct ash::vk::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: u32, pub p_set_layouts: *const DescriptorSetLayout, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voiddescriptor_pool: DescriptorPooldescriptor_set_count: u32p_set_layouts: *const DescriptorSetLayoutImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DescriptorSetAllocateInfo
impl !Send for DescriptorSetAllocateInfo
impl !Sync for DescriptorSetAllocateInfo
impl Unpin for DescriptorSetAllocateInfo
impl UnwindSafe for DescriptorSetAllocateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more