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