#[repr(C)]pub struct coco_problem_s { /* private fields */ }
Expand description
@brief Structure containing a COCO problem.
Trait Implementations§
Source§impl Clone for coco_problem_s
impl Clone for coco_problem_s
Source§fn clone(&self) -> coco_problem_s
fn clone(&self) -> coco_problem_s
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for coco_problem_s
impl Debug for coco_problem_s
impl Copy for coco_problem_s
Auto Trait Implementations§
impl Freeze for coco_problem_s
impl RefUnwindSafe for coco_problem_s
impl Send for coco_problem_s
impl Sync for coco_problem_s
impl Unpin for coco_problem_s
impl UnwindSafe for coco_problem_s
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