#[repr(C)]pub struct s_Solver {
pub pool: *mut Pool,
pub job: Queue,
pub solution_callback: Option<unsafe extern "C" fn(solv: *mut s_Solver, data: *mut c_void) -> c_int>,
pub solution_callback_data: *mut c_void,
pub pooljobcnt: c_int,
}Fields§
§pool: *mut Pool§job: Queue§solution_callback: Option<unsafe extern "C" fn(solv: *mut s_Solver, data: *mut c_void) -> c_int>§solution_callback_data: *mut c_void§pooljobcnt: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for s_Solver
impl RefUnwindSafe for s_Solver
impl !Send for s_Solver
impl !Sync for s_Solver
impl Unpin for s_Solver
impl UnwindSafe for s_Solver
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