Struct wgpu::core::device::ImplicitPipelineIds
source · pub struct ImplicitPipelineIds<'a, G>where
G: GlobalIdentityHandlerFactory,{
pub root_id: <G as IdentityHandlerFactory<Id<PipelineLayout<Api>>>>::Input,
pub group_ids: &'a [<G as IdentityHandlerFactory<Id<BindGroupLayout<Api>>>>::Input],
}
Fields§
§root_id: <G as IdentityHandlerFactory<Id<PipelineLayout<Api>>>>::Input
§group_ids: &'a [<G as IdentityHandlerFactory<Id<BindGroupLayout<Api>>>>::Input]
Auto Trait Implementations§
impl<'a, G> RefUnwindSafe for ImplicitPipelineIds<'a, G>where
<G as IdentityHandlerFactory<Id<BindGroupLayout<Api>>>>::Input: RefUnwindSafe,
<G as IdentityHandlerFactory<Id<PipelineLayout<Api>>>>::Input: RefUnwindSafe,
impl<'a, G> Send for ImplicitPipelineIds<'a, G>where
<G as IdentityHandlerFactory<Id<BindGroupLayout<Api>>>>::Input: Sync,
<G as IdentityHandlerFactory<Id<PipelineLayout<Api>>>>::Input: Send,
impl<'a, G> Sync for ImplicitPipelineIds<'a, G>where
<G as IdentityHandlerFactory<Id<BindGroupLayout<Api>>>>::Input: Sync,
<G as IdentityHandlerFactory<Id<PipelineLayout<Api>>>>::Input: Sync,
impl<'a, G> Unpin for ImplicitPipelineIds<'a, G>
impl<'a, G> UnwindSafe for ImplicitPipelineIds<'a, G>where
<G as IdentityHandlerFactory<Id<BindGroupLayout<Api>>>>::Input: RefUnwindSafe,
<G as IdentityHandlerFactory<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