Struct ekors::QuadQCDargs

source ·
#[repr(C)]
pub struct QuadQCDargs {
Show 20 fields pub order_qcd: 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, _: bool, _: u16, _: u16, _: u8, _: bool, _: f64, _: *const f64, _: u8, _: u8, _: f64, _: u8, _: f64, _: f64, _: u8, _: 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,
}
Expand description

Additional integration parameters

Fields§

§order_qcd: 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, _: bool, _: u16, _: u16, _: u8, _: bool, _: f64, _: *const f64, _: u8, _: u8, _: f64, _: u8, _: f64, _: f64, _: u8, _: 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

Trait Implementations§

source§

impl Clone for QuadQCDargs

source§

fn clone(&self) -> QuadQCDargs

Returns a copy 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 QuadQCDargs

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: Copy,

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

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

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

source§

default unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. 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,

§

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>,

§

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>,

§

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.