pub struct Vulkan_KHR_surface { /* private fields */ }Expand description
struct for VK_KHR_surface
Implementations§
Source§impl Vulkan_KHR_surface
impl Vulkan_KHR_surface
pub fn new( instance: VkInstance, get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for Vulkan_KHR_surface
impl Clone for Vulkan_KHR_surface
Source§fn clone(&self) -> Vulkan_KHR_surface
fn clone(&self) -> Vulkan_KHR_surface
Returns a duplicate 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 moreSource§impl Debug for Vulkan_KHR_surface
impl Debug for Vulkan_KHR_surface
Source§impl Default for Vulkan_KHR_surface
impl Default for Vulkan_KHR_surface
Source§impl VK_KHR_surface for Vulkan_KHR_surface
impl VK_KHR_surface for Vulkan_KHR_surface
Source§fn vkDestroySurfaceKHR(
&self,
instance: VkInstance,
surface: VkSurfaceKHR,
pAllocator: *const VkAllocationCallbacks,
) -> Result<(), VkError>
fn vkDestroySurfaceKHR( &self, instance: VkInstance, surface: VkSurfaceKHR, pAllocator: *const VkAllocationCallbacks, ) -> Result<(), VkError>
impl Copy for Vulkan_KHR_surface
Auto Trait Implementations§
impl Freeze for Vulkan_KHR_surface
impl RefUnwindSafe for Vulkan_KHR_surface
impl Send for Vulkan_KHR_surface
impl Sync for Vulkan_KHR_surface
impl Unpin for Vulkan_KHR_surface
impl UnwindSafe for Vulkan_KHR_surface
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