Struct screen_13::graph::BufferNode
source · [−]pub struct BufferNode<P> { /* private fields */ }Trait Implementations
sourceimpl<P> Bind<&'_ mut RenderGraph<P>, BufferNode<P>, P> for Buffer<P> where
P: SharedPointerKind,
impl<P> Bind<&'_ mut RenderGraph<P>, BufferNode<P>, P> for Buffer<P> where
P: SharedPointerKind,
fn bind(self, graph: &mut RenderGraph<P>) -> BufferNode<P>
sourceimpl<P> Bind<&'_ mut RenderGraph<P>, BufferNode<P>, P> for BufferBinding<P> where
P: SharedPointerKind,
impl<P> Bind<&'_ mut RenderGraph<P>, BufferNode<P>, P> for BufferBinding<P> where
P: SharedPointerKind,
fn bind(self, graph: &mut RenderGraph<P>) -> BufferNode<P>
sourceimpl<P> Clone for BufferNode<P>
impl<P> Clone for BufferNode<P>
sourceimpl<P: Debug> Debug for BufferNode<P>
impl<P: Debug> Debug for BufferNode<P>
sourceimpl<P> From<BufferNode<P>> for AnyBufferNode<P>
impl<P> From<BufferNode<P>> for AnyBufferNode<P>
sourcefn from(node: BufferNode<P>) -> Self
fn from(node: BufferNode<P>) -> Self
Converts to this type from the input type.
sourceimpl<'a, P> Index<BufferNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
impl<'a, P> Index<BufferNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
sourceimpl<P> Unbind<RenderGraph<P>, BufferBinding<P>> for BufferNode<P> where
P: SharedPointerKind + Send + 'static,
impl<P> Unbind<RenderGraph<P>, BufferBinding<P>> for BufferNode<P> where
P: SharedPointerKind + Send + 'static,
fn unbind(self, graph: &mut RenderGraph<P>) -> BufferBinding<P>
sourceimpl<P> View<P> for BufferNode<P>
impl<P> View<P> for BufferNode<P>
type Information = BufferSubresource
type Subresource = BufferSubresource
impl<P> Copy for BufferNode<P>
Auto Trait Implementations
impl<P> RefUnwindSafe for BufferNode<P> where
P: RefUnwindSafe,
impl<P> Send for BufferNode<P> where
P: Send,
impl<P> Sync for BufferNode<P> where
P: Sync,
impl<P> Unpin for BufferNode<P> where
P: Unpin,
impl<P> UnwindSafe for BufferNode<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