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 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_1Trait Implementations
sourceimpl Clone for ESL_HISTOGRAM
impl Clone for ESL_HISTOGRAM
sourcefn clone(&self) -> ESL_HISTOGRAM
fn clone(&self) -> ESL_HISTOGRAM
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ESL_HISTOGRAM
impl Debug for ESL_HISTOGRAM
impl Copy for ESL_HISTOGRAM
Auto Trait Implementations
impl RefUnwindSafe for ESL_HISTOGRAM
impl !Send for ESL_HISTOGRAM
impl !Sync for ESL_HISTOGRAM
impl Unpin for ESL_HISTOGRAM
impl UnwindSafe for ESL_HISTOGRAM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more