pub struct StridedStageFamily;Trait Implementations§
Source§impl StageFamily for StridedStageFamily
impl StageFamily for StridedStageFamily
Source§type Stage<ES: Numeric, T: TilingLayout> = StridedStage<ES, T>
type Stage<ES: Numeric, T: TilingLayout> = StridedStage<ES, T>
The concrete stage type of this family, instantiated with the type and layout
Auto Trait Implementations§
impl Freeze for StridedStageFamily
impl RefUnwindSafe for StridedStageFamily
impl Send for StridedStageFamily
impl Sync for StridedStageFamily
impl Unpin for StridedStageFamily
impl UnwindSafe for StridedStageFamily
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