#[repr(C)]pub struct RPQMatrixPlan {
pub op: RPQMatrixOp,
pub lhs: *mut RPQMatrixPlan,
pub rhs: *mut RPQMatrixPlan,
pub mat: GrB_Matrix,
pub res_mat: GrB_Matrix,
}Fields§
§op: RPQMatrixOp§lhs: *mut RPQMatrixPlan§rhs: *mut RPQMatrixPlan§mat: GrB_Matrix§res_mat: GrB_MatrixTrait Implementations§
Source§impl Clone for RPQMatrixPlan
impl Clone for RPQMatrixPlan
Source§fn clone(&self) -> RPQMatrixPlan
fn clone(&self) -> RPQMatrixPlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RPQMatrixPlan
impl Debug for RPQMatrixPlan
impl Copy for RPQMatrixPlan
Auto Trait Implementations§
impl Freeze for RPQMatrixPlan
impl RefUnwindSafe for RPQMatrixPlan
impl !Send for RPQMatrixPlan
impl !Sync for RPQMatrixPlan
impl Unpin for RPQMatrixPlan
impl UnsafeUnpin for RPQMatrixPlan
impl UnwindSafe for RPQMatrixPlan
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