[][src]Struct conrod_rendy::UiPipeline

pub struct UiPipeline<B: Backend> { /* fields omitted */ }

Trait Implementations

impl<B: Debug + Backend> Debug for UiPipeline<B>[src]

impl<B, T> SimpleGraphicsPipeline<B, T> for UiPipeline<B> where
    B: Backend,
    T: UiAux<Backend = B>, 
[src]

type Desc = UiPipelineDesc

This pipeline descriptor.

Auto Trait Implementations

impl<B> RefUnwindSafe for UiPipeline<B> where
    <B as Backend>::Buffer: RefUnwindSafe,
    <B as Backend>::DescriptorSet: RefUnwindSafe,
    <B as Backend>::DescriptorSetLayout: RefUnwindSafe,
    <B as Backend>::Image: RefUnwindSafe,
    <B as Backend>::ImageView: RefUnwindSafe,
    <B as Backend>::Memory: RefUnwindSafe,
    <B as Backend>::Sampler: RefUnwindSafe

impl<B> Send for UiPipeline<B> where
    <B as Backend>::Buffer: Send,
    <B as Backend>::DescriptorSet: Send,
    <B as Backend>::DescriptorSetLayout: Send + Sync,
    <B as Backend>::Image: Send + Sync,
    <B as Backend>::ImageView: Send,
    <B as Backend>::Sampler: Send + Sync

impl<B> Sync for UiPipeline<B> where
    <B as Backend>::Buffer: Send + Sync,
    <B as Backend>::DescriptorSet: Send + Sync,
    <B as Backend>::DescriptorSetLayout: Send + Sync,
    <B as Backend>::Image: Send + Sync,
    <B as Backend>::ImageView: Send + Sync,
    <B as Backend>::Sampler: Send + Sync

impl<B> Unpin for UiPipeline<B> where
    <B as Backend>::Buffer: Unpin,
    <B as Backend>::DescriptorSet: Unpin,
    <B as Backend>::ImageView: Unpin,
    <B as Backend>::Memory: Unpin

impl<B> UnwindSafe for UiPipeline<B> where
    <B as Backend>::Buffer: UnwindSafe,
    <B as Backend>::DescriptorSet: UnwindSafe,
    <B as Backend>::DescriptorSetLayout: RefUnwindSafe,
    <B as Backend>::Image: RefUnwindSafe,
    <B as Backend>::ImageView: UnwindSafe,
    <B as Backend>::Memory: RefUnwindSafe + UnwindSafe,
    <B as Backend>::Sampler: RefUnwindSafe

Blanket Implementations

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

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

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

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.