Struct scotch_sys::SCOTCH_Graph
source · #[repr(C)]pub struct SCOTCH_Graph {
pub dummy: [f64; 13],
}
Fields§
§dummy: [f64; 13]
Trait Implementations§
source§impl Clone for SCOTCH_Graph
impl Clone for SCOTCH_Graph
source§fn clone(&self) -> SCOTCH_Graph
fn clone(&self) -> SCOTCH_Graph
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more