#[repr(C)]pub struct gsl_ntuple_value_fn {
pub function: Option<unsafe extern "C" fn(ntuple_data: *mut c_void, params: *mut c_void) -> f64>,
pub params: *mut c_void,
}Fields§
§function: Option<unsafe extern "C" fn(ntuple_data: *mut c_void, params: *mut c_void) -> f64>§params: *mut c_voidTrait Implementations§
Source§impl Clone for gsl_ntuple_value_fn
impl Clone for gsl_ntuple_value_fn
Source§fn clone(&self) -> gsl_ntuple_value_fn
fn clone(&self) -> gsl_ntuple_value_fn
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 moreSource§impl Debug for gsl_ntuple_value_fn
impl Debug for gsl_ntuple_value_fn
impl Copy for gsl_ntuple_value_fn
Auto Trait Implementations§
impl Freeze for gsl_ntuple_value_fn
impl RefUnwindSafe for gsl_ntuple_value_fn
impl !Send for gsl_ntuple_value_fn
impl !Sync for gsl_ntuple_value_fn
impl Unpin for gsl_ntuple_value_fn
impl UnwindSafe for gsl_ntuple_value_fn
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