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 moreimpl Send for FuchsiaImagepipeSurfaceFn
impl Sync for FuchsiaImagepipeSurfaceFn
Auto Trait Implementations§
impl Freeze for FuchsiaImagepipeSurfaceFn
impl RefUnwindSafe for FuchsiaImagepipeSurfaceFn
impl Unpin for FuchsiaImagepipeSurfaceFn
impl UnwindSafe for FuchsiaImagepipeSurfaceFn
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