Struct libhmmer_sys::p7_builder_s [−][src]
#[repr(C)]pub struct p7_builder_s {Show 29 fields
pub arch_strategy: p7_archchoice_e,
pub symfrac: f32,
pub fragthresh: f32,
pub wgt_strategy: p7_wgtchoice_e,
pub wid: f64,
pub effn_strategy: p7_effnchoice_e,
pub re_target: f64,
pub esigma: f64,
pub eid: f64,
pub eset: f64,
pub r: *mut ESL_RANDOMNESS,
pub do_reseeding: c_int,
pub EmL: c_int,
pub EmN: c_int,
pub EvL: c_int,
pub EvN: c_int,
pub EfL: c_int,
pub EfN: c_int,
pub Eft: f64,
pub prior: *mut P7_PRIOR,
pub max_insert_len: c_int,
pub S: *mut ESL_SCOREMATRIX,
pub Q: *mut ESL_DMATRIX,
pub popen: f64,
pub pextend: f64,
pub w_beta: f64,
pub w_len: c_int,
pub abc: *const ESL_ALPHABET,
pub errbuf: [c_char; 128],
}Fields
arch_strategy: p7_archchoice_esymfrac: f32fragthresh: f32wgt_strategy: p7_wgtchoice_ewid: f64effn_strategy: p7_effnchoice_ere_target: f64esigma: f64eid: f64eset: f64r: *mut ESL_RANDOMNESSdo_reseeding: c_intEmL: c_intEmN: c_intEvL: c_intEvN: c_intEfL: c_intEfN: c_intEft: f64prior: *mut P7_PRIORmax_insert_len: c_intS: *mut ESL_SCOREMATRIXQ: *mut ESL_DMATRIXpopen: f64pextend: f64w_beta: f64w_len: c_intabc: *const ESL_ALPHABETerrbuf: [c_char; 128]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for p7_builder_s
impl !Send for p7_builder_s
impl !Sync for p7_builder_s
impl Unpin for p7_builder_s
impl UnwindSafe for p7_builder_s
Blanket Implementations
Mutably borrows from an owned value. Read more