#[repr(C)]pub struct gsl_ntuple {
pub file: *mut FILE,
pub ntuple_data: *mut c_void,
pub size: usize,
}Fields§
§file: *mut FILE§ntuple_data: *mut c_void§size: usizeTrait Implementations§
Source§impl Clone for gsl_ntuple
impl Clone for gsl_ntuple
Source§fn clone(&self) -> gsl_ntuple
fn clone(&self) -> gsl_ntuple
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
impl Debug for gsl_ntuple
impl Copy for gsl_ntuple
Auto Trait Implementations§
impl Freeze for gsl_ntuple
impl RefUnwindSafe for gsl_ntuple
impl !Send for gsl_ntuple
impl !Sync for gsl_ntuple
impl Unpin for gsl_ntuple
impl UnwindSafe for gsl_ntuple
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