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