Struct ash::vk::DescriptorUpdateTemplateCreateInfo
source · #[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: StructureType
§p_next: *const c_void
§flags: DescriptorUpdateTemplateCreateFlags
§descriptor_update_entry_count: u32
§p_descriptor_update_entries: *const DescriptorUpdateTemplateEntry
§template_type: DescriptorUpdateTemplateType
§descriptor_set_layout: DescriptorSetLayout
§pipeline_bind_point: PipelineBindPoint
§pipeline_layout: PipelineLayout
§set: u32
Implementations§
source§impl DescriptorUpdateTemplateCreateInfo
impl DescriptorUpdateTemplateCreateInfo
pub fn builder<'a>() -> DescriptorUpdateTemplateCreateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for DescriptorUpdateTemplateCreateInfo
impl Clone for DescriptorUpdateTemplateCreateInfo
source§fn clone(&self) -> DescriptorUpdateTemplateCreateInfo
fn clone(&self) -> DescriptorUpdateTemplateCreateInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl TaggedStructure for DescriptorUpdateTemplateCreateInfo
impl TaggedStructure for DescriptorUpdateTemplateCreateInfo
const STRUCTURE_TYPE: StructureType = StructureType::DESCRIPTOR_UPDATE_TEMPLATE_CREATE_INFO
impl Copy for DescriptorUpdateTemplateCreateInfo
Auto Trait Implementations§
impl Freeze for DescriptorUpdateTemplateCreateInfo
impl RefUnwindSafe for DescriptorUpdateTemplateCreateInfo
impl !Send for DescriptorUpdateTemplateCreateInfo
impl !Sync for DescriptorUpdateTemplateCreateInfo
impl Unpin for DescriptorUpdateTemplateCreateInfo
impl UnwindSafe for DescriptorUpdateTemplateCreateInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more