Struct wgpu_core::device::ImplicitPipelineContext
source · [−]pub struct ImplicitPipelineContext {
pub root_id: PipelineLayoutId,
pub group_ids: ArrayVec<BindGroupLayoutId, { hal::MAX_BIND_GROUPS }>,
}
Fields
root_id: PipelineLayoutId
group_ids: ArrayVec<BindGroupLayoutId, { hal::MAX_BIND_GROUPS }>
Trait Implementations
sourceimpl Clone for ImplicitPipelineContext
impl Clone for ImplicitPipelineContext
sourcefn clone(&self) -> ImplicitPipelineContext
fn clone(&self) -> ImplicitPipelineContext
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !RefUnwindSafe for ImplicitPipelineContext
impl Send for ImplicitPipelineContext
impl Sync for ImplicitPipelineContext
impl Unpin for ImplicitPipelineContext
impl !UnwindSafe for ImplicitPipelineContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more