Struct graphblas_sparse_linear_algebra::operators::binary_operator::ColumnIndexFirstArgument   
source · pub struct ColumnIndexFirstArgument<T>where
    T: ValueType,{ /* private fields */ }Implementations§
Trait Implementations§
source§impl<T: ValueType + ColumnIndexFirstArgumentTyped<T>> AccumulatorBinaryOperator<T> for ColumnIndexFirstArgument<T>
 
impl<T: ValueType + ColumnIndexFirstArgumentTyped<T>> AccumulatorBinaryOperator<T> for ColumnIndexFirstArgument<T>
fn accumulator_graphblas_type(&self) -> GrB_BinaryOp
source§impl<T: ValueType + ColumnIndexFirstArgumentTyped<T>> BinaryOperator<T> for ColumnIndexFirstArgument<T>
 
impl<T: ValueType + ColumnIndexFirstArgumentTyped<T>> BinaryOperator<T> for ColumnIndexFirstArgument<T>
fn graphblas_type(&self) -> GrB_BinaryOp
Auto Trait Implementations§
impl<T> RefUnwindSafe for ColumnIndexFirstArgument<T>where T: RefUnwindSafe,
impl<T> Send for ColumnIndexFirstArgument<T>where T: Send,
impl<T> Sync for ColumnIndexFirstArgument<T>where T: Sync,
impl<T> Unpin for ColumnIndexFirstArgument<T>where T: Unpin,
impl<T> UnwindSafe for ColumnIndexFirstArgument<T>where T: 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