#[repr(C)]pub struct p7_dom_s {Show 16 fields
pub ienv: i64,
pub jenv: i64,
pub iali: i64,
pub jali: i64,
pub iorf: i64,
pub jorf: i64,
pub envsc: f32,
pub domcorrection: f32,
pub dombias: f32,
pub oasc: f32,
pub bitscore: f32,
pub lnP: f64,
pub is_reported: c_int,
pub is_included: c_int,
pub scores_per_pos: *mut f32,
pub ad: *mut P7_ALIDISPLAY,
}Expand description
- P7_DOMAINDEF: reusably managing workflow in defining domains
Fields§
§ienv: i64§jenv: i64§iali: i64§jali: i64§iorf: i64§jorf: i64§envsc: f32§domcorrection: f32§dombias: f32§oasc: f32§bitscore: f32§lnP: f64§is_reported: c_int§is_included: c_int§scores_per_pos: *mut f32§ad: *mut P7_ALIDISPLAYTrait Implementations§
Auto Trait Implementations§
impl Freeze for p7_dom_s
impl RefUnwindSafe for p7_dom_s
impl !Send for p7_dom_s
impl !Sync for p7_dom_s
impl Unpin for p7_dom_s
impl UnwindSafe for p7_dom_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