#[repr(C)]pub struct SKP_SILK_SDK_EncControlStruct {
pub API_sampleRate: c_int,
pub maxInternalSampleRate: c_int,
pub packetSize: c_int,
pub bitRate: c_int,
pub packetLossPercentage: c_int,
pub complexity: c_int,
pub useInBandFEC: c_int,
pub useDTX: c_int,
}Fields§
§API_sampleRate: c_int§maxInternalSampleRate: c_int§packetSize: c_int§bitRate: c_int§packetLossPercentage: c_int§complexity: c_int§useInBandFEC: c_int§useDTX: c_intTrait Implementations§
Source§impl Clone for SKP_SILK_SDK_EncControlStruct
impl Clone for SKP_SILK_SDK_EncControlStruct
Source§fn clone(&self) -> SKP_SILK_SDK_EncControlStruct
fn clone(&self) -> SKP_SILK_SDK_EncControlStruct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SKP_SILK_SDK_EncControlStruct
Auto Trait Implementations§
impl Freeze for SKP_SILK_SDK_EncControlStruct
impl RefUnwindSafe for SKP_SILK_SDK_EncControlStruct
impl Send for SKP_SILK_SDK_EncControlStruct
impl Sync for SKP_SILK_SDK_EncControlStruct
impl Unpin for SKP_SILK_SDK_EncControlStruct
impl UnwindSafe for SKP_SILK_SDK_EncControlStruct
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