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,
<<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,
<<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,
<<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,
<<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,
<<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> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more