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_int
§log2_n: c_int
§a: [f32; 4096]
§b: [f32; 4096]
§c: [f32; 2048]
§reversed: [cc_uint32; 1024]
Trait Implementations§
source§impl Clone for imdct_state
impl Clone for imdct_state
source§fn clone(&self) -> imdct_state
fn clone(&self) -> imdct_state
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 imdct_state
impl Debug for imdct_state
source§impl PartialEq for imdct_state
impl PartialEq for imdct_state
source§fn eq(&self, other: &imdct_state) -> bool
fn eq(&self, other: &imdct_state) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for imdct_state
impl StructuralPartialEq for imdct_state
Auto Trait Implementations§
impl Freeze for imdct_state
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)