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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.