#[repr(C)]pub struct thal_args {
pub type_: thal_alignment_type,
pub maxLoop: c_int,
pub mv: f64,
pub dv: f64,
pub dntp: f64,
pub dna_conc: f64,
pub temp: f64,
pub dimer: c_int,
}Fields§
§type_: thal_alignment_type§maxLoop: c_int§mv: f64§dv: f64§dntp: f64§dna_conc: f64§temp: f64§dimer: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for thal_args
impl RefUnwindSafe for thal_args
impl Send for thal_args
impl Sync for thal_args
impl Unpin for thal_args
impl UnsafeUnpin for thal_args
impl UnwindSafe for thal_args
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