#[repr(C)]pub struct pair_stats {Show 16 fields
pub considered: c_int,
pub product: c_int,
pub target: c_int,
pub temp_diff: c_int,
pub compl_any: c_int,
pub compl_end: c_int,
pub internal: c_int,
pub repeat_sim: c_int,
pub high_tm: c_int,
pub low_tm: c_int,
pub template_mispriming: c_int,
pub does_not_overlap_a_required_point: c_int,
pub overlaps_oligo_in_better_pair: c_int,
pub not_in_any_ok_region: c_int,
pub reversed: c_int,
pub ok: c_int,
}Fields§
§considered: c_int§product: c_int§target: c_int§temp_diff: c_int§compl_any: c_int§compl_end: c_int§internal: c_int§repeat_sim: c_int§high_tm: c_int§low_tm: c_int§template_mispriming: c_int§does_not_overlap_a_required_point: c_int§overlaps_oligo_in_better_pair: c_int§not_in_any_ok_region: c_int§reversed: c_int§ok: c_intTrait Implementations§
Source§impl Clone for pair_stats
impl Clone for pair_stats
Source§fn clone(&self) -> pair_stats
fn clone(&self) -> pair_stats
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_stats
impl Debug for pair_stats
impl Copy for pair_stats
Auto Trait Implementations§
impl Freeze for pair_stats
impl RefUnwindSafe for pair_stats
impl Send for pair_stats
impl Sync for pair_stats
impl Unpin for pair_stats
impl UnsafeUnpin for pair_stats
impl UnwindSafe for pair_stats
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