Struct wgpu_core::device::ImplicitPipelineIds  
source · 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<Api>>>>::Filter as IdentityHandler<Id<BindGroupLayout<Api>>>>::Input: RefUnwindSafe,
    <<G as IdentityHandlerFactory<Id<PipelineLayout<Api>>>>::Filter as IdentityHandler<Id<PipelineLayout<Api>>>>::Input: RefUnwindSafe,
impl<'a, G> Send for ImplicitPipelineIds<'a, G>where
    <<G as IdentityHandlerFactory<Id<BindGroupLayout<Api>>>>::Filter as IdentityHandler<Id<BindGroupLayout<Api>>>>::Input: Sync,
    <<G as IdentityHandlerFactory<Id<PipelineLayout<Api>>>>::Filter as IdentityHandler<Id<PipelineLayout<Api>>>>::Input: Send,
impl<'a, G> Sync for ImplicitPipelineIds<'a, G>where
    <<G as IdentityHandlerFactory<Id<BindGroupLayout<Api>>>>::Filter as IdentityHandler<Id<BindGroupLayout<Api>>>>::Input: Sync,
    <<G as IdentityHandlerFactory<Id<PipelineLayout<Api>>>>::Filter as IdentityHandler<Id<PipelineLayout<Api>>>>::Input: Sync,
impl<'a, G> Unpin for ImplicitPipelineIds<'a, G>where
    <<G as IdentityHandlerFactory<Id<PipelineLayout<Api>>>>::Filter as IdentityHandler<Id<PipelineLayout<Api>>>>::Input: Unpin,
impl<'a, G> UnwindSafe for ImplicitPipelineIds<'a, G>where
    <<G as IdentityHandlerFactory<Id<BindGroupLayout<Api>>>>::Filter as IdentityHandler<Id<BindGroupLayout<Api>>>>::Input: RefUnwindSafe,
    <<G as IdentityHandlerFactory<Id<PipelineLayout<Api>>>>::Filter as IdentityHandler<Id<PipelineLayout<Api>>>>::Input: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more