pub struct MatrixExpand<C: CubeType> { /* private fields */ }
Expand description
Expand type of Matrix.
Trait Implementations§
Source§impl<C: CubeType> Clone for MatrixExpand<C>
impl<C: CubeType> Clone for MatrixExpand<C>
Source§impl<C: CubeType> CubeDebug for MatrixExpand<C>
impl<C: CubeType> CubeDebug for MatrixExpand<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 MatrixExpand<C>
impl<C> RefUnwindSafe for MatrixExpand<C>where
C: RefUnwindSafe,
impl<C> !Send for MatrixExpand<C>
impl<C> !Sync for MatrixExpand<C>
impl<C> Unpin for MatrixExpand<C>where
C: Unpin,
impl<C> UnwindSafe for MatrixExpand<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