[−][src]Struct rendy_wsi::NextImages
Represents acquire frames that will be presented next.
Implementations
impl<'a, B> NextImages<'a, B> where
B: Backend,
[src]
B: Backend,
pub fn indices(&self) -> impl IntoIterator<Item = u32> + '_
[src]
Get indices.
pub unsafe fn present<'b>(
self,
queue: &mut impl CommandQueue<B>,
wait: impl IntoIterator<Item = &'b impl Borrow<B::Semaphore> + 'b>
) -> Result<Option<Suboptimal>, PresentError> where
'a: 'b,
[src]
self,
queue: &mut impl CommandQueue<B>,
wait: impl IntoIterator<Item = &'b impl Borrow<B::Semaphore> + 'b>
) -> Result<Option<Suboptimal>, PresentError> where
'a: 'b,
Trait Implementations
impl<'a, B: Debug + Backend> Debug for NextImages<'a, B>
[src]
impl<'a, B> Index<usize> for NextImages<'a, B> where
B: Backend,
[src]
B: Backend,
Auto Trait Implementations
impl<'a, B> RefUnwindSafe for NextImages<'a, B> where
<B as Backend>::Image: RefUnwindSafe,
<B as Backend>::Memory: RefUnwindSafe,
<B as Backend>::Surface: RefUnwindSafe,
<B as Backend>::Swapchain: RefUnwindSafe,
<B as Backend>::Image: RefUnwindSafe,
<B as Backend>::Memory: RefUnwindSafe,
<B as Backend>::Surface: RefUnwindSafe,
<B as Backend>::Swapchain: RefUnwindSafe,
impl<'a, B> Send for NextImages<'a, B> where
<B as Backend>::Image: Sync,
<B as Backend>::Surface: Sync,
<B as Backend>::Swapchain: Sync,
<B as Backend>::Image: Sync,
<B as Backend>::Surface: Sync,
<B as Backend>::Swapchain: Sync,
impl<'a, B> Sync for NextImages<'a, B> where
<B as Backend>::Image: Sync,
<B as Backend>::Surface: Sync,
<B as Backend>::Swapchain: Sync,
<B as Backend>::Image: Sync,
<B as Backend>::Surface: Sync,
<B as Backend>::Swapchain: Sync,
impl<'a, B> Unpin for NextImages<'a, B>
impl<'a, B> UnwindSafe for NextImages<'a, B> where
<B as Backend>::Image: RefUnwindSafe,
<B as Backend>::Memory: RefUnwindSafe,
<B as Backend>::Surface: RefUnwindSafe,
<B as Backend>::Swapchain: RefUnwindSafe,
<B as Backend>::Image: RefUnwindSafe,
<B as Backend>::Memory: RefUnwindSafe,
<B as Backend>::Surface: RefUnwindSafe,
<B as Backend>::Swapchain: RefUnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,