Struct rinimp3::L12ScaleInfo[][src]

#[repr(C)]
pub struct L12ScaleInfo { pub scf: [f32; 192], pub total_bands: u8, pub stereo_bands: u8, pub bitalloc: [u8; 64], pub scfcod: [u8; 64], }

Fields

Trait Implementations

impl Copy for L12ScaleInfo
[src]

impl Clone for L12ScaleInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for L12ScaleInfo
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations