pub enum CodecConfigurationType {
SamplingFrequency,
FrameDuration,
AudioChannelAllocation,
OctetsPerCodecFrame,
CodecFramesPerSdu,
}
Variants§
Trait Implementations§
Source§impl Clone for CodecConfigurationType
impl Clone for CodecConfigurationType
Source§fn clone(&self) -> CodecConfigurationType
fn clone(&self) -> CodecConfigurationType
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 moreSource§impl Debug for CodecConfigurationType
impl Debug for CodecConfigurationType
Source§impl From<CodecConfigurationType> for u8
impl From<CodecConfigurationType> for u8
Source§fn from(value: CodecConfigurationType) -> Self
fn from(value: CodecConfigurationType) -> Self
Converts to this type from the input type.
Source§impl Hash for CodecConfigurationType
impl Hash for CodecConfigurationType
Source§impl PartialEq for CodecConfigurationType
impl PartialEq for CodecConfigurationType
impl Copy for CodecConfigurationType
impl Eq for CodecConfigurationType
impl StructuralPartialEq for CodecConfigurationType
Auto Trait Implementations§
impl Freeze for CodecConfigurationType
impl RefUnwindSafe for CodecConfigurationType
impl Send for CodecConfigurationType
impl Sync for CodecConfigurationType
impl Unpin for CodecConfigurationType
impl UnwindSafe for CodecConfigurationType
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