#[repr(C)]pub struct acb_calc_integrate_opt_struct {
pub deg_limit: mp_limb_signed_t,
pub eval_limit: mp_limb_signed_t,
pub depth_limit: mp_limb_signed_t,
pub use_heap: c_int,
pub verbose: c_int,
}Fields§
§deg_limit: mp_limb_signed_t§eval_limit: mp_limb_signed_t§depth_limit: mp_limb_signed_t§use_heap: c_int§verbose: c_intTrait Implementations§
Source§impl Clone for acb_calc_integrate_opt_struct
impl Clone for acb_calc_integrate_opt_struct
Source§fn clone(&self) -> acb_calc_integrate_opt_struct
fn clone(&self) -> acb_calc_integrate_opt_struct
Returns a duplicate 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 moreimpl Copy for acb_calc_integrate_opt_struct
Auto Trait Implementations§
impl Freeze for acb_calc_integrate_opt_struct
impl RefUnwindSafe for acb_calc_integrate_opt_struct
impl Send for acb_calc_integrate_opt_struct
impl Sync for acb_calc_integrate_opt_struct
impl Unpin for acb_calc_integrate_opt_struct
impl UnwindSafe for acb_calc_integrate_opt_struct
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