[][src]Struct rendy_graph::render::RenderPassNode

pub struct RenderPassNode<B: Backend, T: ?Sized> { /* fields omitted */ }

Render-pass node.

Trait Implementations

impl<B, T> DynNode<B, T> for RenderPassNode<B, T> where
    B: Backend,
    T: ?Sized
[src]

impl<B: Backend, T: ?Sized> Debug for RenderPassNode<B, T>[src]

Auto Trait Implementations

impl<B, T: ?Sized> Send for RenderPassNode<B, T> where
    <B as Backend>::CommandBuffer: Send + Sync,
    <B as Backend>::CommandPool: Send,
    <B as Backend>::Framebuffer: Send,
    <B as Backend>::ImageView: Send,
    <B as Backend>::RenderPass: Send

impl<B, T: ?Sized> Sync for RenderPassNode<B, T> where
    <B as Backend>::CommandBuffer: Send + Sync,
    <B as Backend>::CommandPool: Sync,
    <B as Backend>::Framebuffer: Sync,
    <B as Backend>::ImageView: Sync,
    <B as Backend>::RenderPass: Sync

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Supports<T> for T[src]

impl<T> Erased for T