#[repr(C)]pub struct SCIP_Leaf {
pub lpstatefork: *mut SCIP_NODE,
}Expand description
leaf information (should not exceed the size of a pointer)
Fields§
§lpstatefork: *mut SCIP_NODE< fork/subroot node defining the LP state of the leaf
Trait Implementations§
Auto Trait Implementations§
impl !Send for SCIP_Leaf
impl !Sync for SCIP_Leaf
impl Freeze for SCIP_Leaf
impl RefUnwindSafe for SCIP_Leaf
impl Unpin for SCIP_Leaf
impl UnsafeUnpin for SCIP_Leaf
impl UnwindSafe for SCIP_Leaf
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