pub struct TensorMapInputsExpand<Lhs: Numeric, Rhs: Numeric, EO: Numeric> {
pub lhs: <View<Line<Lhs>, Coords3d> as CubeType>::ExpandType,
pub rhs: <View<Line<Rhs>, Coords3d> as CubeType>::ExpandType,
pub acc: <CubeOption<View<Line<EO>, Coords3d>> as CubeType>::ExpandType,
}Fields§
§lhs: <View<Line<Lhs>, Coords3d> as CubeType>::ExpandType§rhs: <View<Line<Rhs>, Coords3d> as CubeType>::ExpandType§acc: <CubeOption<View<Line<EO>, Coords3d>> as CubeType>::ExpandTypeTrait Implementations§
Auto Trait Implementations§
impl<Lhs, Rhs, EO> Freeze for TensorMapInputsExpand<Lhs, Rhs, EO>
impl<Lhs, Rhs, EO> !RefUnwindSafe for TensorMapInputsExpand<Lhs, Rhs, EO>
impl<Lhs, Rhs, EO> !Send for TensorMapInputsExpand<Lhs, Rhs, EO>
impl<Lhs, Rhs, EO> !Sync for TensorMapInputsExpand<Lhs, Rhs, EO>
impl<Lhs, Rhs, EO> Unpin for TensorMapInputsExpand<Lhs, Rhs, EO>
impl<Lhs, Rhs, EO> !UnwindSafe for TensorMapInputsExpand<Lhs, Rhs, EO>
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