#[repr(C)]pub struct Struct__BBPSrec {
pub lp: *mut lprec,
pub pseodotype: c_int,
pub updatelimit: c_int,
pub updatesfinished: c_int,
pub restartlimit: c_double,
pub UPcost: *mut MATitem,
pub LOcost: *mut MATitem,
pub secondary: *mut Struct__BBPSrec,
}Fields§
§lp: *mut lprec§pseodotype: c_int§updatelimit: c_int§updatesfinished: c_int§restartlimit: c_double§UPcost: *mut MATitem§LOcost: *mut MATitem§secondary: *mut Struct__BBPSrecTrait Implementations§
Source§impl Clone for Struct__BBPSrec
impl Clone for Struct__BBPSrec
Source§impl Default for Struct__BBPSrec
impl Default for Struct__BBPSrec
impl Copy for Struct__BBPSrec
Auto Trait Implementations§
impl Freeze for Struct__BBPSrec
impl RefUnwindSafe for Struct__BBPSrec
impl !Send for Struct__BBPSrec
impl !Sync for Struct__BBPSrec
impl Unpin for Struct__BBPSrec
impl UnwindSafe for Struct__BBPSrec
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