pub struct Vulkan_KHR_shared_presentable_image { /* private fields */ }Implementations§
pub fn new( instance: VkInstance, get_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§fn clone(&self) -> Vulkan_KHR_shared_presentable_image
fn clone(&self) -> Vulkan_KHR_shared_presentable_image
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 morefn vkGetSwapchainStatusKHR( &self, device: VkDevice, swapchain: VkSwapchainKHR, ) -> Result<(), VkResult>
Auto Trait Implementations§
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