#[repr(C)]pub struct Scip { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Scip
impl RefUnwindSafe for Scip
impl Send for Scip
impl Sync for Scip
impl Unpin for Scip
impl UnwindSafe for Scip
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