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