#[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_e§symfrac: f32§fragthresh: f32§wgt_strategy: p7_wgtchoice_e§wid: f64§effn_strategy: p7_effnchoice_e§re_target: f64§esigma: f64§eid: f64§eset: f64§r: *mut ESL_RANDOMNESS§do_reseeding: c_int§EmL: c_int§EmN: c_int§EvL: c_int§EvN: c_int§EfL: c_int§EfN: c_int§Eft: f64§prior: *mut P7_PRIOR§max_insert_len: c_int§S: *mut ESL_SCOREMATRIX§Q: *mut ESL_DMATRIX§popen: f64§pextend: f64§w_beta: f64§w_len: c_int§abc: *const ESL_ALPHABET§errbuf: [c_char; 128]Trait Implementations§
Source§impl Clone for p7_builder_s
impl Clone for p7_builder_s
Source§fn clone(&self) -> p7_builder_s
fn clone(&self) -> p7_builder_s
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for p7_builder_s
Auto Trait Implementations§
impl !Send for p7_builder_s
impl !Sync for p7_builder_s
impl Freeze for p7_builder_s
impl RefUnwindSafe for p7_builder_s
impl Unpin for p7_builder_s
impl UnsafeUnpin for p7_builder_s
impl UnwindSafe for p7_builder_s
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