pub struct SpGEMMPlan { /* private fields */ }Expand description
Per-plan handle for a 3-phase SpGEMM computation.
Implementations§
Trait Implementations§
Source§impl Debug for SpGEMMPlan
impl Debug for SpGEMMPlan
Source§impl Drop for SpGEMMPlan
impl Drop for SpGEMMPlan
Auto Trait Implementations§
impl Freeze for SpGEMMPlan
impl RefUnwindSafe for SpGEMMPlan
impl !Send for SpGEMMPlan
impl !Sync for SpGEMMPlan
impl Unpin for SpGEMMPlan
impl UnsafeUnpin for SpGEMMPlan
impl UnwindSafe for SpGEMMPlan
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