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