pub struct RtpCodecParameters {
pub payload_type: u8,
pub clock_rate: u32,
pub channels: u8,
}Fields§
§payload_type: u8§clock_rate: u32§channels: u8Trait Implementations§
Source§impl Clone for RtpCodecParameters
impl Clone for RtpCodecParameters
Source§fn clone(&self) -> RtpCodecParameters
fn clone(&self) -> RtpCodecParameters
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 RtpCodecParameters
impl Debug for RtpCodecParameters
Auto Trait Implementations§
impl Freeze for RtpCodecParameters
impl RefUnwindSafe for RtpCodecParameters
impl Send for RtpCodecParameters
impl Sync for RtpCodecParameters
impl Unpin for RtpCodecParameters
impl UnwindSafe for RtpCodecParameters
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