#[repr(C)]pub struct NeAACDecConfiguration {
pub defObjectType: c_uchar,
pub defSampleRate: c_ulong,
pub outputFormat: c_uchar,
pub downMatrix: c_uchar,
pub useOldADTSFormat: c_uchar,
pub dontUpSampleImplicitSBR: c_uchar,
}Fields§
§defObjectType: c_uchar§defSampleRate: c_ulong§outputFormat: c_uchar§downMatrix: c_uchar§useOldADTSFormat: c_uchar§dontUpSampleImplicitSBR: c_ucharAuto Trait Implementations§
impl Freeze for NeAACDecConfiguration
impl RefUnwindSafe for NeAACDecConfiguration
impl Send for NeAACDecConfiguration
impl Sync for NeAACDecConfiguration
impl Unpin for NeAACDecConfiguration
impl UnsafeUnpin for NeAACDecConfiguration
impl UnwindSafe for NeAACDecConfiguration
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