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,