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: StructureType
p_next: *const c_void
descriptor_pool: DescriptorPool
descriptor_set_count: u32
p_set_layouts: *const DescriptorSetLayout
Implementations
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