pub struct KhrDescriptorUpdateTemplateFn {
pub create_descriptor_update_template_khr: unsafe extern "system" fn(Device, *const DescriptorUpdateTemplateCreateInfo, *const AllocationCallbacks, *mut DescriptorUpdateTemplate) -> Result,
pub destroy_descriptor_update_template_khr: unsafe extern "system" fn(Device, DescriptorUpdateTemplate, *const AllocationCallbacks),
pub update_descriptor_set_with_template_khr: unsafe extern "system" fn(Device, DescriptorSet, DescriptorUpdateTemplate, *const c_void),
pub cmd_push_descriptor_set_with_template_khr: unsafe extern "system" fn(CommandBuffer, DescriptorUpdateTemplate, PipelineLayout, u32, *const c_void),
}Fields
create_descriptor_update_template_khr: unsafe extern "system" fn(Device, *const DescriptorUpdateTemplateCreateInfo, *const AllocationCallbacks, *mut DescriptorUpdateTemplate) -> Resultdestroy_descriptor_update_template_khr: unsafe extern "system" fn(Device, DescriptorUpdateTemplate, *const AllocationCallbacks)update_descriptor_set_with_template_khr: unsafe extern "system" fn(Device, DescriptorSet, DescriptorUpdateTemplate, *const c_void)cmd_push_descriptor_set_with_template_khr: unsafe extern "system" fn(CommandBuffer, DescriptorUpdateTemplate, PipelineLayout, u32, *const c_void)Implementations
Trait Implementations
sourceimpl Clone for KhrDescriptorUpdateTemplateFn
impl Clone for KhrDescriptorUpdateTemplateFn
sourcefn clone(&self) -> KhrDescriptorUpdateTemplateFn
fn clone(&self) -> KhrDescriptorUpdateTemplateFn
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
impl Send for KhrDescriptorUpdateTemplateFn
impl Sync for KhrDescriptorUpdateTemplateFn
Auto Trait Implementations
impl RefUnwindSafe for KhrDescriptorUpdateTemplateFn
impl Unpin for KhrDescriptorUpdateTemplateFn
impl UnwindSafe for KhrDescriptorUpdateTemplateFn
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