Struct scip_sys::SCIP_BranchruleData
source · #[repr(C)]pub struct SCIP_BranchruleData { /* private fields */ }Trait Implementations§
source§impl Clone for SCIP_BranchruleData
impl Clone for SCIP_BranchruleData
source§fn clone(&self) -> SCIP_BranchruleData
fn clone(&self) -> SCIP_BranchruleData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SCIP_BranchruleData
impl Debug for SCIP_BranchruleData
impl Copy for SCIP_BranchruleData
Auto Trait Implementations§
impl Freeze for SCIP_BranchruleData
impl RefUnwindSafe for SCIP_BranchruleData
impl Send for SCIP_BranchruleData
impl Sync for SCIP_BranchruleData
impl Unpin for SCIP_BranchruleData
impl UnwindSafe for SCIP_BranchruleData
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