#[repr(C)]pub struct AACENC_InfoStruct {
pub maxOutBufBytes: UINT,
pub maxAncBytes: UINT,
pub inBufFillLevel: UINT,
pub inputChannels: UINT,
pub frameLength: UINT,
pub nDelay: UINT,
pub nDelayCore: UINT,
pub confBuf: [UCHAR; 64],
pub confSize: UINT,
}Fields§
§maxOutBufBytes: UINT§maxAncBytes: UINT§inBufFillLevel: UINT§inputChannels: UINT§frameLength: UINT§nDelay: UINT§nDelayCore: UINT§confBuf: [UCHAR; 64]§confSize: UINTTrait Implementations§
Source§impl Clone for AACENC_InfoStruct
impl Clone for AACENC_InfoStruct
Source§fn clone(&self) -> AACENC_InfoStruct
fn clone(&self) -> AACENC_InfoStruct
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_InfoStruct
Source§impl Debug for AACENC_InfoStruct
impl Debug for AACENC_InfoStruct
Auto Trait Implementations§
impl Freeze for AACENC_InfoStruct
impl RefUnwindSafe for AACENC_InfoStruct
impl Send for AACENC_InfoStruct
impl Sync for AACENC_InfoStruct
impl Unpin for AACENC_InfoStruct
impl UnsafeUnpin for AACENC_InfoStruct
impl UnwindSafe for AACENC_InfoStruct
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