#[repr(C)]pub struct Subband {
pub off: [i32; 2],
pub fl: [[i32; 64]; 32],
pub x: Box<[[i32; 512]; 2]>,
}Expand description
Subband structure (matches subband_t) (ref/shine/src/lib/types.h:107-111)
Fields§
§off: [i32; 2]§fl: [[i32; 64]; 32]§x: Box<[[i32; 512]; 2]>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Subband
impl RefUnwindSafe for Subband
impl Send for Subband
impl Sync for Subband
impl Unpin for Subband
impl UnwindSafe for Subband
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