pub struct PipelineHandle { /* private fields */ }Implementations§
Source§impl PipelineHandle
impl PipelineHandle
pub fn label(&self) -> &str
pub fn is_warmed(&self) -> bool
pub fn pipeline(&self) -> &ComputePipeline
pub fn create_bind_group( &self, device: &Device, group: usize, entries: &[BindGroupEntry<'_>], ) -> BindGroup
Trait Implementations§
Source§impl Clone for PipelineHandle
impl Clone for PipelineHandle
Source§fn clone(&self) -> PipelineHandle
fn clone(&self) -> PipelineHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for PipelineHandle
impl !UnwindSafe for PipelineHandle
impl Freeze for PipelineHandle
impl Send for PipelineHandle
impl Sync for PipelineHandle
impl Unpin for PipelineHandle
impl UnsafeUnpin for PipelineHandle
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