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