Struct screen_13::driver::SwapchainImage
source · [−]pub struct SwapchainImage<P> where
P: SharedPointerKind, {
pub acquired: Semaphore,
pub image: Image<P>,
pub idx: u32,
pub rendered: Semaphore,
}Fields
acquired: Semaphoreimage: Image<P>idx: u32rendered: SemaphoreTrait Implementations
sourceimpl<P> Bind<&'_ mut RenderGraph<P>, SwapchainImageNode<P>, P> for SwapchainImage<P> where
P: SharedPointerKind,
impl<P> Bind<&'_ mut RenderGraph<P>, SwapchainImageNode<P>, P> for SwapchainImage<P> where
P: SharedPointerKind,
fn bind(self, graph: &mut RenderGraph<P>) -> SwapchainImageNode<P>
sourceimpl<P> Clone for SwapchainImage<P> where
P: SharedPointerKind,
impl<P> Clone for SwapchainImage<P> where
P: SharedPointerKind,
sourceimpl<P: Debug> Debug for SwapchainImage<P> where
P: SharedPointerKind,
impl<P: Debug> Debug for SwapchainImage<P> where
P: SharedPointerKind,
sourceimpl<P> Deref for SwapchainImage<P> where
P: SharedPointerKind,
impl<P> Deref for SwapchainImage<P> where
P: SharedPointerKind,
sourceimpl<P> Unbind<Resolver<P>, SwapchainImage<P>> for SwapchainImageNode<P> where
P: SharedPointerKind + Send,
impl<P> Unbind<Resolver<P>, SwapchainImage<P>> for SwapchainImageNode<P> where
P: SharedPointerKind + Send,
fn unbind(self, graph: &mut Resolver<P>) -> SwapchainImage<P>
Auto Trait Implementations
impl<P> !RefUnwindSafe for SwapchainImage<P>
impl<P> Send for SwapchainImage<P> where
P: Send,
impl<P> Sync for SwapchainImage<P> where
P: Send + Sync,
impl<P> Unpin for SwapchainImage<P> where
P: Unpin,
impl<P> !UnwindSafe for SwapchainImage<P>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more