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