#[repr(C)]pub struct oligo_weights {Show 23 fields
pub compl_any: f64,
pub compl_any_th: f64,
pub compl_end: f64,
pub compl_end_th: f64,
pub end_quality: f64,
pub end_stability: f64,
pub gc_content_gt: f64,
pub gc_content_lt: f64,
pub hairpin_th: f64,
pub length_gt: f64,
pub length_lt: f64,
pub num_ns: f64,
pub pos_penalty: f64,
pub repeat_sim: f64,
pub seq_quality: f64,
pub temp_cutoff: f64,
pub temp_gt: f64,
pub temp_lt: f64,
pub bound_gt: f64,
pub bound_lt: f64,
pub template_mispriming: f64,
pub template_mispriming_th: f64,
pub failure_rate: f64,
}Fields§
§compl_any: f64§compl_any_th: f64§compl_end: f64§compl_end_th: f64§end_quality: f64§end_stability: f64§gc_content_gt: f64§gc_content_lt: f64§hairpin_th: f64§length_gt: f64§length_lt: f64§num_ns: f64§pos_penalty: f64§repeat_sim: f64§seq_quality: f64§temp_cutoff: f64§temp_gt: f64§temp_lt: f64§bound_gt: f64§bound_lt: f64§template_mispriming: f64§template_mispriming_th: f64§failure_rate: f64Trait Implementations§
Source§impl Clone for oligo_weights
impl Clone for oligo_weights
Source§fn clone(&self) -> oligo_weights
fn clone(&self) -> oligo_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 oligo_weights
impl Debug for oligo_weights
impl Copy for oligo_weights
Auto Trait Implementations§
impl Freeze for oligo_weights
impl RefUnwindSafe for oligo_weights
impl Send for oligo_weights
impl Sync for oligo_weights
impl Unpin for oligo_weights
impl UnsafeUnpin for oligo_weights
impl UnwindSafe for oligo_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