#[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,
}
Performs copy-assignment from
source.
Read more
Formats the value using the given formatter.
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.