#[repr(C)]pub struct DescriptorUpdateTemplateCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: DescriptorUpdateTemplateCreateFlags,
pub descriptor_update_entry_count: u32,
pub descriptor_update_entries: *const DescriptorUpdateTemplateEntry,
pub template_type: DescriptorUpdateTemplateType,
pub descriptor_set_layout: DescriptorSetLayout,
pub pipeline_bind_point: PipelineBindPoint,
pub pipeline_layout: PipelineLayout,
pub set: u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: DescriptorUpdateTemplateCreateFlagsdescriptor_update_entry_count: u32descriptor_update_entries: *const DescriptorUpdateTemplateEntrytemplate_type: DescriptorUpdateTemplateTypedescriptor_set_layout: DescriptorSetLayoutpipeline_bind_point: PipelineBindPointpipeline_layout: PipelineLayoutset: u32Trait 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 !Send for DescriptorUpdateTemplateCreateInfo
impl !Sync for DescriptorUpdateTemplateCreateInfo
impl Unpin for DescriptorUpdateTemplateCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more