pub struct PlaneVecTile<N: Numeric> {
pub data: Array<Vector<N, NPlaneVec>>,
pub matrix_layout: MatrixLayout,
pub config: PlaneVecMatInnerProduct,
}Fields§
§data: Array<Vector<N, NPlaneVec>>§matrix_layout: MatrixLayout§config: PlaneVecMatInnerProductTrait Implementations§
Source§impl<N: Numeric> CubeType for PlaneVecTile<N>
impl<N: Numeric> CubeType for PlaneVecTile<N>
type ExpandType = PlaneVecTileExpand<N>
Auto Trait Implementations§
impl<N> Freeze for PlaneVecTile<N>
impl<N> RefUnwindSafe for PlaneVecTile<N>where
N: RefUnwindSafe,
impl<N> Send for PlaneVecTile<N>
impl<N> Sync for PlaneVecTile<N>
impl<N> Unpin for PlaneVecTile<N>where
N: Unpin,
impl<N> UnsafeUnpin for PlaneVecTile<N>
impl<N> UnwindSafe for PlaneVecTile<N>where
N: 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