#[repr(C)]pub struct Mdct {
pub cos_l: [[i32; 36]; 18],
}Expand description
MDCT structure (matches mdct_t) (ref/shine/src/lib/types.h:103-105)
Fields§
§cos_l: [[i32; 36]; 18]Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mdct
impl RefUnwindSafe for Mdct
impl Send for Mdct
impl Sync for Mdct
impl Unpin for Mdct
impl UnwindSafe for Mdct
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