#[repr(C)]pub struct AACENC_OutArgs {
pub numOutBytes: INT,
pub numInSamples: INT,
pub numAncBytes: INT,
pub bitResState: INT,
}Fields§
§numOutBytes: INT§numInSamples: INT§numAncBytes: INT§bitResState: INTTrait Implementations§
Source§impl Clone for AACENC_OutArgs
impl Clone for AACENC_OutArgs
Source§fn clone(&self) -> AACENC_OutArgs
fn clone(&self) -> AACENC_OutArgs
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_OutArgs
Source§impl Debug for AACENC_OutArgs
impl Debug for AACENC_OutArgs
Source§impl Default for AACENC_OutArgs
impl Default for AACENC_OutArgs
Source§fn default() -> AACENC_OutArgs
fn default() -> AACENC_OutArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AACENC_OutArgs
impl RefUnwindSafe for AACENC_OutArgs
impl Send for AACENC_OutArgs
impl Sync for AACENC_OutArgs
impl Unpin for AACENC_OutArgs
impl UnsafeUnpin for AACENC_OutArgs
impl UnwindSafe for AACENC_OutArgs
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