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 + 'static,
impl<P> Unbind<RenderGraph<P>, ImageBinding<P>> for ImageNode<P> where
P: SharedPointerKind + '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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more