pub struct Vulkan_KHR_present_wait { /* private fields */ }Implementations§
Source§impl Vulkan_KHR_present_wait
impl Vulkan_KHR_present_wait
pub fn new( instance: VkInstance, get_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for Vulkan_KHR_present_wait
impl Clone for Vulkan_KHR_present_wait
Source§fn clone(&self) -> Vulkan_KHR_present_wait
fn clone(&self) -> Vulkan_KHR_present_wait
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_present_wait
impl Debug for Vulkan_KHR_present_wait
Source§impl Default for Vulkan_KHR_present_wait
impl Default for Vulkan_KHR_present_wait
Source§impl VK_KHR_present_wait for Vulkan_KHR_present_wait
impl VK_KHR_present_wait for Vulkan_KHR_present_wait
fn vkWaitForPresentKHR( &self, device: VkDevice, swapchain: VkSwapchainKHR, presentId: u64, timeout: u64, ) -> Result<(), VkResult>
impl Copy for Vulkan_KHR_present_wait
Auto Trait Implementations§
impl Freeze for Vulkan_KHR_present_wait
impl RefUnwindSafe for Vulkan_KHR_present_wait
impl Send for Vulkan_KHR_present_wait
impl Sync for Vulkan_KHR_present_wait
impl Unpin for Vulkan_KHR_present_wait
impl UnwindSafe for Vulkan_KHR_present_wait
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