pub struct RtpInfo {
pub url: String,
pub seq: Option<u16>,
pub rtptime: Option<u32>,
}Fields§
§url: String§seq: Option<u16>§rtptime: Option<u32>Implementations§
Trait Implementations§
impl StructuralPartialEq for RtpInfo
Auto Trait Implementations§
impl Freeze for RtpInfo
impl RefUnwindSafe for RtpInfo
impl Send for RtpInfo
impl Sync for RtpInfo
impl Unpin for RtpInfo
impl UnwindSafe for RtpInfo
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