pub struct ReinterpretSliceExpand<S: CubePrimitive, T: CubePrimitive> { /* private fields */ }
Implementations§
Source§impl<S: CubePrimitive, T: CubePrimitive> ReinterpretSliceExpand<S, T>
impl<S: CubePrimitive, T: CubePrimitive> ReinterpretSliceExpand<S, T>
pub fn __expand_read_method( self, scope: &mut Scope, index: <u32 as CubeType>::ExpandType, ) -> <T as CubeType>::ExpandType
pub fn __expand_new( scope: &mut Scope, slice: <Slice<Line<S>> as CubeType>::ExpandType, line_size: u32, ) -> <ReinterpretSlice<S, T> as CubeType>::ExpandType
pub fn __expand_read( scope: &mut Scope, this: Self, index: <u32 as CubeType>::ExpandType, ) -> <T as CubeType>::ExpandType
Trait Implementations§
Source§impl<S: CubePrimitive, T: CubePrimitive> Clone for ReinterpretSliceExpand<S, T>
impl<S: CubePrimitive, T: CubePrimitive> Clone for ReinterpretSliceExpand<S, T>
Source§impl<S: CubePrimitive, T: CubePrimitive> CubeDebug for ReinterpretSliceExpand<S, T>
impl<S: CubePrimitive, T: CubePrimitive> CubeDebug for ReinterpretSliceExpand<S, T>
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<S: CubePrimitive, T: CubePrimitive> IntoMut for ReinterpretSliceExpand<S, T>
impl<S: CubePrimitive, T: CubePrimitive> IntoMut for ReinterpretSliceExpand<S, T>
Auto Trait Implementations§
impl<S, T> Freeze for ReinterpretSliceExpand<S, T>
impl<S, T> RefUnwindSafe for ReinterpretSliceExpand<S, T>where
T: RefUnwindSafe,
S: RefUnwindSafe,
impl<S, T> !Send for ReinterpretSliceExpand<S, T>
impl<S, T> !Sync for ReinterpretSliceExpand<S, T>
impl<S, T> Unpin for ReinterpretSliceExpand<S, T>
impl<S, T> UnwindSafe for ReinterpretSliceExpand<S, T>where
T: UnwindSafe,
S: 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