Skip to main content

QuadArgs

Struct QuadArgs 

Source
#[repr(C)]
pub struct QuadArgs {
Show 32 fields pub order_qcd: usize, pub order_qed: usize, pub mode0: u16, pub mode1: u16, pub is_polarized: bool, pub is_time_like: bool, pub nf: u8, pub py: unsafe extern "C" fn(*const f64, *const f64, f64, f64, f64, f64, usize, usize, bool, u16, u16, u8, bool, f64, *const f64, u8, u8, u8, f64, f64, u8, u8, u8, bool, f64, *const f64, u8, f64, f64, *const f64, u8, u8, bool) -> f64, pub is_log: bool, pub logx: f64, pub areas: *const f64, pub areas_x: u8, pub areas_y: u8, pub L: f64, pub method_num: u8, pub as1: f64, pub as0: f64, pub ev_op_iterations: u8, pub ev_op_max_order_qcd: u8, pub sv_mode_num: u8, pub is_threshold: bool, pub is_ome: bool, pub Lsv: f64, pub as_list: *const f64, pub as_list_len: u8, pub mu2_from: f64, pub mu2_to: f64, pub a_half: *const f64, pub a_half_x: u8, pub a_half_y: u8, pub alphaem_running: bool, pub n3lo_ad_variation: *const u8,
}
Expand description

Additional integration parameters

Fields§

§order_qcd: usize§order_qed: usize§mode0: u16§mode1: u16§is_polarized: bool§is_time_like: bool§nf: u8§py: unsafe extern "C" fn(*const f64, *const f64, f64, f64, f64, f64, usize, usize, bool, u16, u16, u8, bool, f64, *const f64, u8, u8, u8, f64, f64, u8, u8, u8, bool, f64, *const f64, u8, f64, f64, *const f64, u8, u8, bool) -> f64§is_log: bool§logx: f64§areas: *const f64§areas_x: u8§areas_y: u8§L: f64§method_num: u8§as1: f64§as0: f64§ev_op_iterations: u8§ev_op_max_order_qcd: u8§sv_mode_num: u8§is_threshold: bool§is_ome: bool§Lsv: f64§as_list: *const f64§as_list_len: u8§mu2_from: f64§mu2_to: f64§a_half: *const f64§a_half_x: u8§a_half_y: u8§alphaem_running: bool§n3lo_ad_variation: *const u8

Trait Implementations§

Source§

impl Clone for QuadArgs

Source§

fn clone(&self) -> QuadArgs

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for QuadArgs

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.