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