pub struct KhrPipelineExecutablePropertiesFn {
pub get_pipeline_executable_properties_khr: unsafe extern "system" fn(Device, *const PipelineInfoKHR, *mut u32, *mut PipelineExecutablePropertiesKHR) -> Result,
pub get_pipeline_executable_statistics_khr: unsafe extern "system" fn(Device, *const PipelineExecutableInfoKHR, *mut u32, *mut PipelineExecutableStatisticKHR) -> Result,
pub get_pipeline_executable_internal_representations_khr: unsafe extern "system" fn(Device, *const PipelineExecutableInfoKHR, *mut u32, *mut PipelineExecutableInternalRepresentationKHR) -> Result,
}Fields
get_pipeline_executable_properties_khr: unsafe extern "system" fn(Device, *const PipelineInfoKHR, *mut u32, *mut PipelineExecutablePropertiesKHR) -> Resultget_pipeline_executable_statistics_khr: unsafe extern "system" fn(Device, *const PipelineExecutableInfoKHR, *mut u32, *mut PipelineExecutableStatisticKHR) -> Resultget_pipeline_executable_internal_representations_khr: unsafe extern "system" fn(Device, *const PipelineExecutableInfoKHR, *mut u32, *mut PipelineExecutableInternalRepresentationKHR) -> ResultImplementations
Trait Implementations
sourceimpl Clone for KhrPipelineExecutablePropertiesFn
impl Clone for KhrPipelineExecutablePropertiesFn
sourcefn clone(&self) -> KhrPipelineExecutablePropertiesFn
fn clone(&self) -> KhrPipelineExecutablePropertiesFn
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 KhrPipelineExecutablePropertiesFn
impl Sync for KhrPipelineExecutablePropertiesFn
Auto Trait Implementations
impl RefUnwindSafe for KhrPipelineExecutablePropertiesFn
impl Unpin for KhrPipelineExecutablePropertiesFn
impl UnwindSafe for KhrPipelineExecutablePropertiesFn
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