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