Struct vulkanalia_sys::DescriptorSetAllocateInfo
source · [−]#[repr(C)]pub struct DescriptorSetAllocateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub descriptor_pool: DescriptorPool,
pub descriptor_set_count: u32,
pub set_layouts: *const DescriptorSetLayout,
}Expand description
Fields
s_type: StructureTypenext: *const c_voiddescriptor_pool: DescriptorPooldescriptor_set_count: u32set_layouts: *const DescriptorSetLayoutTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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