Struct libhmmer_sys::ESL_HISTOGRAM
source · #[repr(C)]pub struct ESL_HISTOGRAM {Show 27 fields
pub obs: *mut u64,
pub nb: c_int,
pub w: f64,
pub bmin: f64,
pub bmax: f64,
pub imin: c_int,
pub imax: c_int,
pub xmin: f64,
pub xmax: f64,
pub n: u64,
pub x: *mut f64,
pub nalloc: u64,
pub phi: f64,
pub cmin: c_int,
pub z: u64,
pub Nc: u64,
pub No: u64,
pub expect: *mut f64,
pub emin: c_int,
pub tailbase: f64,
pub tailmass: f64,
pub is_full: c_int,
pub is_done: c_int,
pub is_sorted: c_int,
pub is_tailfit: c_int,
pub is_rounded: c_int,
pub dataset_is: ESL_HISTOGRAM__bindgen_ty_1,
}Fields§
§obs: *mut u64§nb: c_int§w: f64§bmin: f64§bmax: f64§imin: c_int§imax: c_int§xmin: f64§xmax: f64§n: u64§x: *mut f64§nalloc: u64§phi: f64§cmin: c_int§z: u64§Nc: u64§No: u64§expect: *mut f64§emin: c_int§tailbase: f64§tailmass: f64§is_full: c_int§is_done: c_int§is_sorted: c_int§is_tailfit: c_int§is_rounded: c_int§dataset_is: ESL_HISTOGRAM__bindgen_ty_1Trait Implementations§
source§impl Clone for ESL_HISTOGRAM
impl Clone for ESL_HISTOGRAM
source§fn clone(&self) -> ESL_HISTOGRAM
fn clone(&self) -> ESL_HISTOGRAM
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more