Struct libhmmer_sys::FM_CFG

source ·
#[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 __m128i§fm_masks_v: *mut __m128i§fm_reverse_masks_mem: *mut __m128i§fm_reverse_masks_v: *mut __m128i§fm_chars_mem: *mut __m128i§fm_chars_v: *mut __m128i§fm_allones_v: __m128i§fm_zeros_v: __m128i§fm_neg128_v: __m128i§fm_m0f: __m128i§fm_m01: __m128i§fm_m11: __m128i§occCallCnt: c_int§max_depth: c_int§drop_lim: f32§drop_max_len: c_int§consec_pos_req: c_int§consensus_match_req: c_int§score_density_req: f32§ssv_length: c_int§scthreshFM: f32§sc_thresh_ratio: f32§meta: *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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.