pub struct KhrPushDescriptorFn {
pub cmd_push_descriptor_set_khr: unsafe extern "system" fn(CommandBuffer, PipelineBindPoint, PipelineLayout, u32, u32, *const WriteDescriptorSet),
pub cmd_push_descriptor_set_with_template_khr: unsafe extern "system" fn(CommandBuffer, DescriptorUpdateTemplate, PipelineLayout, u32, *const c_void),
}Fields
cmd_push_descriptor_set_khr: unsafe extern "system" fn(CommandBuffer, PipelineBindPoint, PipelineLayout, u32, u32, *const WriteDescriptorSet)cmd_push_descriptor_set_with_template_khr: unsafe extern "system" fn(CommandBuffer, DescriptorUpdateTemplate, PipelineLayout, u32, *const c_void)Implementations
Trait Implementations
sourceimpl Clone for KhrPushDescriptorFn
impl Clone for KhrPushDescriptorFn
sourcefn clone(&self) -> KhrPushDescriptorFn
fn clone(&self) -> KhrPushDescriptorFn
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 KhrPushDescriptorFn
impl Sync for KhrPushDescriptorFn
Auto Trait Implementations
impl RefUnwindSafe for KhrPushDescriptorFn
impl Unpin for KhrPushDescriptorFn
impl UnwindSafe for KhrPushDescriptorFn
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