#[repr(C)]pub union SCIP_Node__bindgen_ty_1 {
pub probingnode: *mut SCIP_PROBINGNODE,
pub sibling: SCIP_SIBLING,
pub child: SCIP_CHILD,
pub leaf: SCIP_LEAF,
pub junction: SCIP_JUNCTION,
pub pseudofork: *mut SCIP_PSEUDOFORK,
pub fork: *mut SCIP_FORK,
pub subroot: *mut SCIP_SUBROOT,
}Fields§
§probingnode: *mut SCIP_PROBINGNODE< data for probing nodes
sibling: SCIP_SIBLING< data for sibling nodes
child: SCIP_CHILD< data for child nodes
leaf: SCIP_LEAF< data for leaf nodes
junction: SCIP_JUNCTION< data for junction nodes
pseudofork: *mut SCIP_PSEUDOFORK< data for pseudo fork nodes
fork: *mut SCIP_FORK< data for fork nodes
subroot: *mut SCIP_SUBROOT< data for subroot nodes
Trait Implementations§
Source§impl Clone for SCIP_Node__bindgen_ty_1
impl Clone for SCIP_Node__bindgen_ty_1
Source§fn clone(&self) -> SCIP_Node__bindgen_ty_1
fn clone(&self) -> SCIP_Node__bindgen_ty_1
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SCIP_Node__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for SCIP_Node__bindgen_ty_1
impl RefUnwindSafe for SCIP_Node__bindgen_ty_1
impl !Send for SCIP_Node__bindgen_ty_1
impl !Sync for SCIP_Node__bindgen_ty_1
impl Unpin for SCIP_Node__bindgen_ty_1
impl UnwindSafe for SCIP_Node__bindgen_ty_1
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)