pub trait SparseMat_NodeTraitConst {
// Required method
fn as_raw_SparseMat_Node(&self) -> *const c_void;
// Provided methods
fn hashval(&self) -> size_t { ... }
fn next(&self) -> size_t { ... }
fn idx(&self) -> &[i32; 32] { ... }
}
Expand description
Constant methods for core::SparseMat_Node