Struct libhmmer_sys::FM_CFG[][src]

#[repr(C)]
#[repr(align(16))]
pub struct FM_CFG {
Show 23 fields pub fm_masks_mem: *mut __m128i, pub fm_masks_v: *mut __m128i, pub fm_reverse_masks_mem: *mut __m128i, pub fm_reverse_masks_v: *mut __m128i, pub fm_chars_mem: *mut __m128i, pub fm_chars_v: *mut __m128i, pub fm_allones_v: __m128i, pub fm_zeros_v: __m128i, pub fm_neg128_v: __m128i, pub fm_m0f: __m128i, pub fm_m01: __m128i, pub fm_m11: __m128i, pub occCallCnt: c_int, pub max_depth: c_int, pub drop_lim: f32, pub drop_max_len: c_int, pub consec_pos_req: c_int, pub consensus_match_req: c_int, pub score_density_req: f32, pub ssv_length: c_int, pub scthreshFM: f32, pub sc_thresh_ratio: f32, pub meta: *mut FM_METADATA,
}

Fields

fm_masks_mem: *mut __m128ifm_masks_v: *mut __m128ifm_reverse_masks_mem: *mut __m128ifm_reverse_masks_v: *mut __m128ifm_chars_mem: *mut __m128ifm_chars_v: *mut __m128ifm_allones_v: __m128ifm_zeros_v: __m128ifm_neg128_v: __m128ifm_m0f: __m128ifm_m01: __m128ifm_m11: __m128ioccCallCnt: c_intmax_depth: c_intdrop_lim: f32drop_max_len: c_intconsec_pos_req: c_intconsensus_match_req: c_intscore_density_req: f32ssv_length: c_intscthreshFM: f32sc_thresh_ratio: f32meta: *mut FM_METADATA

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.