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>
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