#[repr(C)]pub struct SCOTCH_Arch {
pub dummy: [f64; 11],
}Fields§
§dummy: [f64; 11]Trait Implementations§
Source§impl Clone for SCOTCH_Arch
impl Clone for SCOTCH_Arch
Source§fn clone(&self) -> SCOTCH_Arch
fn clone(&self) -> SCOTCH_Arch
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_Arch
impl Debug for SCOTCH_Arch
impl Copy for SCOTCH_Arch
Auto Trait Implementations§
impl Freeze for SCOTCH_Arch
impl RefUnwindSafe for SCOTCH_Arch
impl Send for SCOTCH_Arch
impl Sync for SCOTCH_Arch
impl Unpin for SCOTCH_Arch
impl UnwindSafe for SCOTCH_Arch
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