pub struct MatrixExpand<C>where
C: CubeType,{ /* private fields */ }Expand description
Expand type of Matrix.
Trait Implementations§
Source§impl<C> Clone for MatrixExpand<C>where
C: CubeType,
impl<C> Clone for MatrixExpand<C>where
C: CubeType,
Source§fn clone(&self) -> MatrixExpand<C>
fn clone(&self) -> MatrixExpand<C>
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 moreSource§impl<C> CubeDebug for MatrixExpand<C>where
C: CubeType,
impl<C> CubeDebug for MatrixExpand<C>where
C: CubeType,
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
Source§impl<C> IntoMut for MatrixExpand<C>where
C: CubeType,
impl<C> IntoMut for MatrixExpand<C>where
C: CubeType,
Source§fn into_mut(self, _scope: &mut Scope) -> MatrixExpand<C>
fn into_mut(self, _scope: &mut Scope) -> MatrixExpand<C>
Convert the variable into a potentially new mutable variable in
scope, copying if needed.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> UnsafeUnpin for MatrixExpand<C>
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