#[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_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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.