Struct libhmmer_sys::ESL_HISTOGRAM[][src]

#[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 u64nb: c_intw: f64bmin: f64bmax: f64imin: c_intimax: c_intxmin: f64xmax: f64n: u64x: *mut f64nalloc: u64phi: f64cmin: c_intz: u64Nc: u64No: u64expect: *mut f64emin: c_inttailbase: f64tailmass: f64is_full: c_intis_done: c_intis_sorted: c_intis_tailfit: c_intis_rounded: c_intdataset_is: ESL_HISTOGRAM__bindgen_ty_1

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.