Struct ash::vk::ExtPipelinePropertiesFn
source · pub struct ExtPipelinePropertiesFn {
pub get_pipeline_properties_ext: PFN_vkGetPipelinePropertiesEXT,
}
Fields§
§get_pipeline_properties_ext: PFN_vkGetPipelinePropertiesEXT
Implementations§
Trait Implementations§
source§impl Clone for ExtPipelinePropertiesFn
impl Clone for ExtPipelinePropertiesFn
source§fn clone(&self) -> ExtPipelinePropertiesFn
fn clone(&self) -> ExtPipelinePropertiesFn
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 ExtPipelinePropertiesFn
impl Sync for ExtPipelinePropertiesFn
Auto Trait Implementations§
impl RefUnwindSafe for ExtPipelinePropertiesFn
impl Unpin for ExtPipelinePropertiesFn
impl UnwindSafe for ExtPipelinePropertiesFn
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