#[repr(C)]pub struct pair_weights {Show 15 fields
pub primer_quality: f64,
pub io_quality: f64,
pub diff_tm: f64,
pub compl_any: f64,
pub compl_any_th: f64,
pub compl_end: f64,
pub compl_end_th: f64,
pub temp_cutoff: f64,
pub product_tm_lt: f64,
pub product_tm_gt: f64,
pub product_size_lt: f64,
pub product_size_gt: f64,
pub repeat_sim: f64,
pub template_mispriming: f64,
pub template_mispriming_th: f64,
}Fields§
§primer_quality: f64§io_quality: f64§diff_tm: f64§compl_any: f64§compl_any_th: f64§compl_end: f64§compl_end_th: f64§temp_cutoff: f64§product_tm_lt: f64§product_tm_gt: f64§product_size_lt: f64§product_size_gt: f64§repeat_sim: f64§template_mispriming: f64§template_mispriming_th: f64Trait Implementations§
Source§impl Clone for pair_weights
impl Clone for pair_weights
Source§fn clone(&self) -> pair_weights
fn clone(&self) -> pair_weights
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 moreSource§impl Debug for pair_weights
impl Debug for pair_weights
impl Copy for pair_weights
Auto Trait Implementations§
impl Freeze for pair_weights
impl RefUnwindSafe for pair_weights
impl Send for pair_weights
impl Sync for pair_weights
impl Unpin for pair_weights
impl UnsafeUnpin for pair_weights
impl UnwindSafe for pair_weights
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