#[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 duplicate 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 moreSource§impl Debug for SCOTCH_Graph
impl Debug for SCOTCH_Graph
impl Copy for SCOTCH_Graph
Auto Trait Implementations§
impl Freeze for SCOTCH_Graph
impl RefUnwindSafe for SCOTCH_Graph
impl Send for SCOTCH_Graph
impl Sync for SCOTCH_Graph
impl Unpin for SCOTCH_Graph
impl UnwindSafe for SCOTCH_Graph
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more