#[repr(C)]pub struct AACENC_ExtMetaData {
pub extAncDataEnable: UCHAR,
pub extDownmixLevelEnable: UCHAR,
pub extDownmixLevel_A: UCHAR,
pub extDownmixLevel_B: UCHAR,
pub dmxGainEnable: UCHAR,
pub dmxGain5: INT,
pub dmxGain2: INT,
pub lfeDmxEnable: UCHAR,
pub lfeDmxLevel: UCHAR,
}Fields§
§extAncDataEnable: UCHAR§extDownmixLevelEnable: UCHAR§extDownmixLevel_A: UCHAR§extDownmixLevel_B: UCHAR§dmxGainEnable: UCHAR§dmxGain5: INT§dmxGain2: INT§lfeDmxEnable: UCHAR§lfeDmxLevel: UCHARTrait Implementations§
Source§impl Clone for AACENC_ExtMetaData
impl Clone for AACENC_ExtMetaData
Source§fn clone(&self) -> AACENC_ExtMetaData
fn clone(&self) -> AACENC_ExtMetaData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AACENC_ExtMetaData
Source§impl Debug for AACENC_ExtMetaData
impl Debug for AACENC_ExtMetaData
Source§impl Default for AACENC_ExtMetaData
impl Default for AACENC_ExtMetaData
Source§fn default() -> AACENC_ExtMetaData
fn default() -> AACENC_ExtMetaData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AACENC_ExtMetaData
impl RefUnwindSafe for AACENC_ExtMetaData
impl Send for AACENC_ExtMetaData
impl Sync for AACENC_ExtMetaData
impl Unpin for AACENC_ExtMetaData
impl UnsafeUnpin for AACENC_ExtMetaData
impl UnwindSafe for AACENC_ExtMetaData
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