pub struct Mid(String);Expand description
Media identification (RFC 9143).
Ties an RTP stream to a specific “m=” section in the SDP. This is critical for “BUNDLE” where multiple media sections share one transport, as it provides a stable way to route packets to the correct logical track.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Ord for Mid
impl Ord for Mid
Source§impl PartialOrd for Mid
impl PartialOrd for Mid
impl Eq for Mid
impl StructuralPartialEq for Mid
Auto Trait Implementations§
impl Freeze for Mid
impl RefUnwindSafe for Mid
impl Send for Mid
impl Sync for Mid
impl Unpin for Mid
impl UnsafeUnpin for Mid
impl UnwindSafe for Mid
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