pub struct Vulkan_KHR_present_wait2 { /* private fields */ }Expand description
struct for VK_KHR_present_wait2
Implementations§
Source§impl Vulkan_KHR_present_wait2
impl Vulkan_KHR_present_wait2
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_present_wait2
impl Clone for Vulkan_KHR_present_wait2
Source§fn clone(&self) -> Vulkan_KHR_present_wait2
fn clone(&self) -> Vulkan_KHR_present_wait2
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_wait2
impl Debug for Vulkan_KHR_present_wait2
Source§impl Default for Vulkan_KHR_present_wait2
impl Default for Vulkan_KHR_present_wait2
Source§impl VK_KHR_present_wait2 for Vulkan_KHR_present_wait2
impl VK_KHR_present_wait2 for Vulkan_KHR_present_wait2
Source§fn vkWaitForPresent2KHR(
&self,
device: VkDevice,
swapchain: VkSwapchainKHR,
pPresentWait2Info: *const VkPresentWait2InfoKHR,
) -> Result<(), VkError>
fn vkWaitForPresent2KHR( &self, device: VkDevice, swapchain: VkSwapchainKHR, pPresentWait2Info: *const VkPresentWait2InfoKHR, ) -> Result<(), VkError>
impl Copy for Vulkan_KHR_present_wait2
Auto Trait Implementations§
impl Freeze for Vulkan_KHR_present_wait2
impl RefUnwindSafe for Vulkan_KHR_present_wait2
impl Send for Vulkan_KHR_present_wait2
impl Sync for Vulkan_KHR_present_wait2
impl Unpin for Vulkan_KHR_present_wait2
impl UnwindSafe for Vulkan_KHR_present_wait2
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