pub struct PipelineExpand<C: CubePrimitive> { /* private fields */ }
Expand description
Expand type of Pipeline
Implementations§
Source§impl<C: CubePrimitive> PipelineExpand<C>
impl<C: CubePrimitive> PipelineExpand<C>
pub fn __expand_memcpy_async_method( &self, scope: &mut Scope, source: ExpandElementTyped<Slice<Line<C>>>, destination: ExpandElementTyped<SliceMut<Line<C>>>, )
pub fn __expand_producer_acquire_method(&self, scope: &mut Scope)
pub fn __expand_producer_commit_method(&self, scope: &mut Scope)
pub fn __expand_consumer_wait_method(&self, scope: &mut Scope)
pub fn __expand_consumer_release_method(&self, scope: &mut Scope)
Trait Implementations§
Source§impl<C: Clone + CubePrimitive> Clone for PipelineExpand<C>
impl<C: Clone + CubePrimitive> Clone for PipelineExpand<C>
Source§fn clone(&self) -> PipelineExpand<C>
fn clone(&self) -> PipelineExpand<C>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<C: CubePrimitive> CubeDebug for PipelineExpand<C>
impl<C: CubePrimitive> CubeDebug for PipelineExpand<C>
Source§fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
Set the debug name of this type’s expansion. Should do nothing for types that don’t appear
at runtime
Auto Trait Implementations§
impl<C> Freeze for PipelineExpand<C>
impl<C> RefUnwindSafe for PipelineExpand<C>where
C: RefUnwindSafe,
impl<C> !Send for PipelineExpand<C>
impl<C> !Sync for PipelineExpand<C>
impl<C> Unpin for PipelineExpand<C>where
C: Unpin,
impl<C> UnwindSafe for PipelineExpand<C>where
C: 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