pub struct RtcpApp {
pub header: RtcpHeader,
pub ssrc: u32,
pub name: BytesMut,
pub app_data: BytesMut,
}Fields§
§header: RtcpHeader§ssrc: u32§name: BytesMut§app_data: BytesMutTrait Implementations§
Auto Trait Implementations§
impl Freeze for RtcpApp
impl RefUnwindSafe for RtcpApp
impl Send for RtcpApp
impl Sync for RtcpApp
impl Unpin for RtcpApp
impl UnwindSafe for RtcpApp
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