Struct screen_13::graph::SwapchainImageBinding
source · [−]pub struct SwapchainImageBinding<P> where
P: SharedPointerKind, { /* private fields */ }Implementations
sourceimpl<P> SwapchainImageBinding<P> where
P: SharedPointerKind,
impl<P> SwapchainImageBinding<P> where
P: SharedPointerKind,
Trait Implementations
sourceimpl<P> Bind<&'_ mut RenderGraph<P>, SwapchainImageNode<P>, P> for SwapchainImageBinding<P> where
P: SharedPointerKind,
impl<P> Bind<&'_ mut RenderGraph<P>, SwapchainImageNode<P>, P> for SwapchainImageBinding<P> where
P: SharedPointerKind,
fn bind(self, graph: &mut RenderGraph<P>) -> SwapchainImageNode<P>
sourceimpl<P: Debug> Debug for SwapchainImageBinding<P> where
P: SharedPointerKind,
impl<P: Debug> Debug for SwapchainImageBinding<P> where
P: SharedPointerKind,
sourceimpl<'a, P> From<&'a mut SwapchainImageBinding<P>> for AnyImageBinding<'a, P> where
P: SharedPointerKind,
impl<'a, P> From<&'a mut SwapchainImageBinding<P>> for AnyImageBinding<'a, P> where
P: SharedPointerKind,
sourcefn from(binding: &'a mut SwapchainImageBinding<P>) -> Self
fn from(binding: &'a mut SwapchainImageBinding<P>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl<P> !RefUnwindSafe for SwapchainImageBinding<P>
impl<P> Send for SwapchainImageBinding<P> where
P: Send,
impl<P> Sync for SwapchainImageBinding<P> where
P: Send + Sync,
impl<P> Unpin for SwapchainImageBinding<P> where
P: Unpin,
impl<P> !UnwindSafe for SwapchainImageBinding<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