pub struct FullStageToTileReaderExpand<ES: Numeric, T: TilingLayout> {
pub stage_memory: <StageMemory<ES, T> as CubeType>::ExpandType,
pub input_ident: InputIdent,
}
Fields§
§stage_memory: <StageMemory<ES, T> as CubeType>::ExpandType
§input_ident: InputIdent
Trait Implementations§
Source§impl<ES: Numeric, T: TilingLayout> Clone for FullStageToTileReaderExpand<ES, T>
impl<ES: Numeric, T: TilingLayout> Clone for FullStageToTileReaderExpand<ES, T>
Source§impl<ES: Numeric, T: TilingLayout> CubeDebug for FullStageToTileReaderExpand<ES, T>
impl<ES: Numeric, T: TilingLayout> CubeDebug for FullStageToTileReaderExpand<ES, 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<ES: Numeric, T: TilingLayout> IntoMut for FullStageToTileReaderExpand<ES, T>
impl<ES: Numeric, T: TilingLayout> IntoMut for FullStageToTileReaderExpand<ES, T>
Auto Trait Implementations§
impl<ES, T> Freeze for FullStageToTileReaderExpand<ES, T>
impl<ES, T> RefUnwindSafe for FullStageToTileReaderExpand<ES, T>where
T: RefUnwindSafe,
ES: RefUnwindSafe,
impl<ES, T> !Send for FullStageToTileReaderExpand<ES, T>
impl<ES, T> !Sync for FullStageToTileReaderExpand<ES, T>
impl<ES, T> Unpin for FullStageToTileReaderExpand<ES, T>
impl<ES, T> UnwindSafe for FullStageToTileReaderExpand<ES, T>where
T: UnwindSafe,
ES: 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