#[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 duplicate 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 moreSource§impl Debug for ESL_HISTOGRAM
impl Debug for ESL_HISTOGRAM
impl Copy for ESL_HISTOGRAM
Auto Trait Implementations§
impl Freeze for ESL_HISTOGRAM
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§
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