Struct wgpu_core::device::ImplicitPipelineIds[][src]

pub struct ImplicitPipelineIds<'a, G: GlobalIdentityHandlerFactory> {
    pub root_id: Input<G, PipelineLayoutId>,
    pub group_ids: &'a [Input<G, BindGroupLayoutId>],
}

Fields

root_id: Input<G, PipelineLayoutId>group_ids: &'a [Input<G, BindGroupLayoutId>]

Auto Trait Implementations

impl<'a, G> RefUnwindSafe for ImplicitPipelineIds<'a, G> where
    <<G as IdentityHandlerFactory<Id<BindGroupLayout<Backend>>>>::Filter as IdentityHandler<Id<BindGroupLayout<Backend>>>>::Input: RefUnwindSafe,
    <<G as IdentityHandlerFactory<Id<PipelineLayout<Backend>>>>::Filter as IdentityHandler<Id<PipelineLayout<Backend>>>>::Input: RefUnwindSafe

impl<'a, G> Send for ImplicitPipelineIds<'a, G> where
    <<G as IdentityHandlerFactory<Id<BindGroupLayout<Backend>>>>::Filter as IdentityHandler<Id<BindGroupLayout<Backend>>>>::Input: Sync,
    <<G as IdentityHandlerFactory<Id<PipelineLayout<Backend>>>>::Filter as IdentityHandler<Id<PipelineLayout<Backend>>>>::Input: Send

impl<'a, G> Sync for ImplicitPipelineIds<'a, G> where
    <<G as IdentityHandlerFactory<Id<BindGroupLayout<Backend>>>>::Filter as IdentityHandler<Id<BindGroupLayout<Backend>>>>::Input: Sync,
    <<G as IdentityHandlerFactory<Id<PipelineLayout<Backend>>>>::Filter as IdentityHandler<Id<PipelineLayout<Backend>>>>::Input: Sync

impl<'a, G> Unpin for ImplicitPipelineIds<'a, G> where
    <<G as IdentityHandlerFactory<Id<PipelineLayout<Backend>>>>::Filter as IdentityHandler<Id<PipelineLayout<Backend>>>>::Input: Unpin

impl<'a, G> UnwindSafe for ImplicitPipelineIds<'a, G> where
    <<G as IdentityHandlerFactory<Id<BindGroupLayout<Backend>>>>::Filter as IdentityHandler<Id<BindGroupLayout<Backend>>>>::Input: RefUnwindSafe,
    <<G as IdentityHandlerFactory<Id<PipelineLayout<Backend>>>>::Filter as IdentityHandler<Id<PipelineLayout<Backend>>>>::Input: UnwindSafe

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> Downcast<T> for T

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

impl<T> Instrument 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> Upcast<T> for T