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: boolTrait Implementations§
source§impl Clone for QuadQCDargs
impl Clone for QuadQCDargs
source§fn clone(&self) -> QuadQCDargs
fn clone(&self) -> QuadQCDargs
Returns a copy 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 QuadQCDargs
Auto Trait Implementations§
impl Freeze for QuadQCDargs
impl RefUnwindSafe for QuadQCDargs
impl !Send for QuadQCDargs
impl !Sync for QuadQCDargs
impl Unpin for QuadQCDargs
impl UnwindSafe for QuadQCDargs
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)