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