pub struct ImageNode<P> { /* private fields */ }Trait Implementations
sourceimpl<P> Bind<&'_ mut RenderGraph<P>, ImageNode<P>, P> for Image<P> where
P: SharedPointerKind,
impl<P> Bind<&'_ mut RenderGraph<P>, ImageNode<P>, P> for Image<P> where
P: SharedPointerKind,
fn bind(self, graph: &mut RenderGraph<P>) -> ImageNode<P>
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> From<ImageNode<P>> for AnyImageNode<P>
impl<P> From<ImageNode<P>> for AnyImageNode<P>
sourceimpl<'a, P> Index<ImageNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
impl<'a, P> Index<ImageNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
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>
sourceimpl<P> View<P> for ImageNode<P>
impl<P> View<P> for ImageNode<P>
type Information = ImageViewInfo
type Subresource = ImageSubresource
impl<P> Copy for ImageNode<P>
Auto Trait Implementations
impl<P> RefUnwindSafe for ImageNode<P> where
P: RefUnwindSafe,
impl<P> Send for ImageNode<P> where
P: Send,
impl<P> Sync for ImageNode<P> where
P: Sync,
impl<P> Unpin for ImageNode<P> where
P: Unpin,
impl<P> UnwindSafe for ImageNode<P> where
P: UnwindSafe,
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