Struct ash::vk::FuchsiaImagepipeSurfaceFn
source · pub struct FuchsiaImagepipeSurfaceFn {
pub create_image_pipe_surface_fuchsia: PFN_vkCreateImagePipeSurfaceFUCHSIA,
}
Fields§
§create_image_pipe_surface_fuchsia: PFN_vkCreateImagePipeSurfaceFUCHSIA
Implementations§
Trait Implementations§
source§impl Clone for FuchsiaImagepipeSurfaceFn
impl Clone for FuchsiaImagepipeSurfaceFn
source§fn clone(&self) -> FuchsiaImagepipeSurfaceFn
fn clone(&self) -> FuchsiaImagepipeSurfaceFn
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 more