Struct ash::extensions::khr::PresentWait
source · pub struct PresentWait { /* private fields */ }
Implementations§
source§impl PresentWait
impl PresentWait
pub fn new(instance: &Instance, device: &Device) -> Self
sourcepub unsafe fn wait_for_present(
&self,
swapchain: SwapchainKHR,
present_id: u64,
timeout: u64
) -> VkResult<()>
pub unsafe fn wait_for_present( &self, swapchain: SwapchainKHR, present_id: u64, timeout: u64 ) -> VkResult<()>
pub const fn name() -> &'static CStr
pub fn fp(&self) -> &KhrPresentWaitFn
pub fn device(&self) -> Device
Trait Implementations§
source§impl Clone for PresentWait
impl Clone for PresentWait
source§fn clone(&self) -> PresentWait
fn clone(&self) -> PresentWait
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 moreAuto Trait Implementations§
impl Freeze for PresentWait
impl RefUnwindSafe for PresentWait
impl Send for PresentWait
impl Sync for PresentWait
impl Unpin for PresentWait
impl UnwindSafe for PresentWait
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