[][src]Struct vulkano::descriptor::pipeline_layout::PipelineLayoutDescUnion

pub struct PipelineLayoutDescUnion<A, B> { /* fields omitted */ }

Contains the union of two pipeline layout description.

If A and B both implement PipelineLayoutDesc, then this struct also implements PipelineLayoutDesc and will correspond to the union of the A object and the B object.

Methods

impl<A, B> PipelineLayoutDescUnion<A, B>[src]

pub fn new(a: A, b: B) -> PipelineLayoutDescUnion<A, B>[src]

Trait Implementations

impl<A, B> PipelineLayoutDesc for PipelineLayoutDescUnion<A, B> where
    A: PipelineLayoutDesc,
    B: PipelineLayoutDesc
[src]

Auto Trait Implementations

impl<A, B> Send for PipelineLayoutDescUnion<A, B> where
    A: Send,
    B: Send

impl<A, B> Sync for PipelineLayoutDescUnion<A, B> where
    A: Sync,
    B: Sync

impl<A, B> Unpin for PipelineLayoutDescUnion<A, B> where
    A: Unpin,
    B: Unpin

impl<A, B> UnwindSafe for PipelineLayoutDescUnion<A, B> where
    A: UnwindSafe,
    B: UnwindSafe

impl<A, B> RefUnwindSafe for PipelineLayoutDescUnion<A, B> where
    A: RefUnwindSafe,
    B: RefUnwindSafe

Blanket Implementations

impl<T> Content for T[src]

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

impl<T> From<T> for 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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