Struct scotch_sys::SCOTCH_Geom
source · #[repr(C)]pub struct SCOTCH_Geom {
pub dummy: [f64; 2],
}
Fields§
§dummy: [f64; 2]
Trait Implementations§
source§impl Clone for SCOTCH_Geom
impl Clone for SCOTCH_Geom
source§fn clone(&self) -> SCOTCH_Geom
fn clone(&self) -> SCOTCH_Geom
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