#[repr(C)]pub struct gsl_fft_complex_wavetable_float {
pub n: usize,
pub nf: usize,
pub factor: [usize; 64],
pub twiddle: [*mut gsl_complex_float; 64],
pub trig: *mut gsl_complex_float,
}Fields§
§n: usize§nf: usize§factor: [usize; 64]§twiddle: [*mut gsl_complex_float; 64]§trig: *mut gsl_complex_floatTrait Implementations§
Source§impl Clone for gsl_fft_complex_wavetable_float
impl Clone for gsl_fft_complex_wavetable_float
Source§fn clone(&self) -> gsl_fft_complex_wavetable_float
fn clone(&self) -> gsl_fft_complex_wavetable_float
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 moreimpl Copy for gsl_fft_complex_wavetable_float
Auto Trait Implementations§
impl Freeze for gsl_fft_complex_wavetable_float
impl RefUnwindSafe for gsl_fft_complex_wavetable_float
impl !Send for gsl_fft_complex_wavetable_float
impl !Sync for gsl_fft_complex_wavetable_float
impl Unpin for gsl_fft_complex_wavetable_float
impl UnwindSafe for gsl_fft_complex_wavetable_float
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