Struct classicube_sys::imdct_state
source ·
[−]#[repr(C)]pub struct imdct_state {
pub n: c_int,
pub log2_n: c_int,
pub a: [f32; 4096],
pub b: [f32; 4096],
pub c: [f32; 2048],
pub reversed: [cc_uint32; 1024],
}Fields
n: c_intlog2_n: c_inta: [f32; 4096]b: [f32; 4096]c: [f32; 2048]reversed: [cc_uint32; 1024]Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for imdct_state
impl Send for imdct_state
impl Sync for imdct_state
impl Unpin for imdct_state
impl UnwindSafe for imdct_state
Blanket Implementations
Mutably borrows from an owned value. Read more
