Struct wgpu_core::pipeline::ComputePipeline
source · pub struct ComputePipeline<A: HalApi> { /* private fields */ }
Trait Implementations§
source§impl<A: Debug + HalApi> Debug for ComputePipeline<A>where
A::ComputePipeline: Debug,
impl<A: Debug + HalApi> Debug for ComputePipeline<A>where
A::ComputePipeline: Debug,
Auto Trait Implementations§
impl<A> !Freeze for ComputePipeline<A>
impl<A> !RefUnwindSafe for ComputePipeline<A>
impl<A> Send for ComputePipeline<A>
impl<A> Sync for ComputePipeline<A>
impl<A> Unpin for ComputePipeline<A>
impl<A> !UnwindSafe for ComputePipeline<A>
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