Struct ash::vk::KhrPipelineExecutablePropertiesFn
source · pub struct KhrPipelineExecutablePropertiesFn {
pub get_pipeline_executable_properties_khr: PFN_vkGetPipelineExecutablePropertiesKHR,
pub get_pipeline_executable_statistics_khr: PFN_vkGetPipelineExecutableStatisticsKHR,
pub get_pipeline_executable_internal_representations_khr: PFN_vkGetPipelineExecutableInternalRepresentationsKHR,
}
Fields§
§get_pipeline_executable_properties_khr: PFN_vkGetPipelineExecutablePropertiesKHR
§get_pipeline_executable_statistics_khr: PFN_vkGetPipelineExecutableStatisticsKHR
§get_pipeline_executable_internal_representations_khr: PFN_vkGetPipelineExecutableInternalRepresentationsKHR
Implementations§
Trait Implementations§
source§impl Clone for KhrPipelineExecutablePropertiesFn
impl Clone for KhrPipelineExecutablePropertiesFn
source§fn clone(&self) -> KhrPipelineExecutablePropertiesFn
fn clone(&self) -> KhrPipelineExecutablePropertiesFn
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 moreimpl Send for KhrPipelineExecutablePropertiesFn
impl Sync for KhrPipelineExecutablePropertiesFn
Auto Trait Implementations§
impl RefUnwindSafe for KhrPipelineExecutablePropertiesFn
impl Unpin for KhrPipelineExecutablePropertiesFn
impl UnwindSafe for KhrPipelineExecutablePropertiesFn
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