pub struct SharedTileExpand<E: Numeric, IO: SliceVisibility = ReadOnly> { /* private fields */ }Implementations§
pub fn __expand_clone_method(&self, _scope: &mut Scope) -> Self
pub fn __expand_view_method<V: Size>( self, scope: &mut Scope, ) -> <StridedTile<E, V, IO> as CubeType>::ExpandType
pub fn __expand_wrap<V: Size>( scope: &mut Scope, tile: <StridedTile<E, V, IO> as CubeType>::ExpandType, ) -> <SharedTile<E, IO> as CubeType>::ExpandType
pub fn __expand_view<V: Size>( scope: &mut Scope, this: Self, ) -> <StridedTile<E, V, IO> as CubeType>::ExpandType
Trait Implementations§
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§
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