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