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