#[repr(C)]pub struct p7_hit_s {Show 25 fields
pub name: *mut c_char,
pub acc: *mut c_char,
pub desc: *mut c_char,
pub window_length: c_int,
pub sortkey: f64,
pub score: f32,
pub pre_score: f32,
pub sum_score: f32,
pub lnP: f64,
pub pre_lnP: f64,
pub sum_lnP: f64,
pub nexpected: f32,
pub nregions: c_int,
pub nclustered: c_int,
pub noverlaps: c_int,
pub nenvelopes: c_int,
pub ndom: c_int,
pub flags: u32,
pub nreported: c_int,
pub nincluded: c_int,
pub best_domain: c_int,
pub seqidx: i64,
pub subseq_start: i64,
pub dcl: *mut P7_DOMAIN,
pub offset: esl_pos_t,
}Fields§
§name: *mut c_char§acc: *mut c_char§desc: *mut c_char§window_length: c_int§sortkey: f64§score: f32§pre_score: f32§sum_score: f32§lnP: f64§pre_lnP: f64§sum_lnP: f64§nexpected: f32§nregions: c_int§nclustered: c_int§noverlaps: c_int§nenvelopes: c_int§ndom: c_int§flags: u32§nreported: c_int§nincluded: c_int§best_domain: c_int§seqidx: i64§subseq_start: i64§dcl: *mut P7_DOMAIN§offset: esl_pos_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for p7_hit_s
impl RefUnwindSafe for p7_hit_s
impl !Send for p7_hit_s
impl !Sync for p7_hit_s
impl Unpin for p7_hit_s
impl UnwindSafe for p7_hit_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