#[repr(C)]pub struct DescriptorUpdateTemplateCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: DescriptorUpdateTemplateCreateFlags,
pub descriptor_update_entry_count: u32,
pub p_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: StructureTypep_next: *const c_voidflags: DescriptorUpdateTemplateCreateFlagsdescriptor_update_entry_count: u32p_descriptor_update_entries: *const DescriptorUpdateTemplateEntrytemplate_type: DescriptorUpdateTemplateTypedescriptor_set_layout: DescriptorSetLayoutpipeline_bind_point: PipelineBindPointpipeline_layout: PipelineLayoutset: u32Implementations
sourceimpl DescriptorUpdateTemplateCreateInfo
impl DescriptorUpdateTemplateCreateInfo
pub fn builder<'a>() -> DescriptorUpdateTemplateCreateInfoBuilder<'a>
Trait Implementations
sourceimpl Clone for DescriptorUpdateTemplateCreateInfo
impl Clone for DescriptorUpdateTemplateCreateInfo
sourcefn clone(&self) -> DescriptorUpdateTemplateCreateInfo
fn clone(&self) -> DescriptorUpdateTemplateCreateInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for DescriptorUpdateTemplateCreateInfo
impl Default for DescriptorUpdateTemplateCreateInfo
sourcefn default() -> DescriptorUpdateTemplateCreateInfo
fn default() -> DescriptorUpdateTemplateCreateInfo
Returns the “default value” for a type. Read more
impl Copy for DescriptorUpdateTemplateCreateInfo
Auto Trait Implementations
impl RefUnwindSafe for DescriptorUpdateTemplateCreateInfo
impl !Send for DescriptorUpdateTemplateCreateInfo
impl !Sync for DescriptorUpdateTemplateCreateInfo
impl Unpin for DescriptorUpdateTemplateCreateInfo
impl UnwindSafe for DescriptorUpdateTemplateCreateInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more