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