Struct scip_sys::SCIP_Junction
source · #[repr(C)]pub struct SCIP_Junction { /* private fields */ }Trait Implementations§
source§impl Clone for SCIP_Junction
impl Clone for SCIP_Junction
source§fn clone(&self) -> SCIP_Junction
fn clone(&self) -> SCIP_Junction
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 moresource§impl Debug for SCIP_Junction
impl Debug for SCIP_Junction
impl Copy for SCIP_Junction
Auto Trait Implementations§
impl Freeze for SCIP_Junction
impl RefUnwindSafe for SCIP_Junction
impl Send for SCIP_Junction
impl Sync for SCIP_Junction
impl Unpin for SCIP_Junction
impl UnwindSafe for SCIP_Junction
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