pub struct RowParallelResult {
pub reduced: Vec<f32>,
pub rank_partials: Vec<Vec<f32>>,
}Fields§
§reduced: Vec<f32>§rank_partials: Vec<Vec<f32>>Auto Trait Implementations§
impl Freeze for RowParallelResult
impl RefUnwindSafe for RowParallelResult
impl Send for RowParallelResult
impl Sync for RowParallelResult
impl Unpin for RowParallelResult
impl UnsafeUnpin for RowParallelResult
impl UnwindSafe for RowParallelResult
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