pub struct RtpMap {
pub payload_type: u8,
pub encoding_name: String,
pub clock_rate: u32,
pub channels: Option<u32>,
}Fields§
§payload_type: u8§encoding_name: String§clock_rate: u32§channels: Option<u32>Trait Implementations§
impl Eq for RtpMap
impl StructuralPartialEq for RtpMap
Auto Trait Implementations§
impl Freeze for RtpMap
impl RefUnwindSafe for RtpMap
impl Send for RtpMap
impl Sync for RtpMap
impl Unpin for RtpMap
impl UnsafeUnpin for RtpMap
impl UnwindSafe for RtpMap
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