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