Struct ffmpeg_sys_next::FFTComplex
source · #[repr(C)]pub struct FFTComplex {
pub re: FFTSample,
pub im: FFTSample,
}Fields§
§re: FFTSample§im: FFTSampleTrait Implementations§
source§impl Clone for FFTComplex
impl Clone for FFTComplex
source§fn clone(&self) -> FFTComplex
fn clone(&self) -> FFTComplex
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 FFTComplex
impl Debug for FFTComplex
source§impl PartialEq<FFTComplex> for FFTComplex
impl PartialEq<FFTComplex> for FFTComplex
source§fn eq(&self, other: &FFTComplex) -> bool
fn eq(&self, other: &FFTComplex) -> bool
This method tests for
self and other values to be equal, and is used
by ==.