#[repr(C)]pub struct acb_calc_integrate_opt_struct {
pub deg_limit: slong,
pub eval_limit: slong,
pub depth_limit: slong,
pub use_heap: c_int,
pub verbose: c_int,
}Fields§
§deg_limit: slong§eval_limit: slong§depth_limit: slong§use_heap: c_int§verbose: c_intTrait Implementations§
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 UnsafeUnpin 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