pub struct RtpPacket {
pub header: RtpHeader,
pub payload: Vec<u8>,
pub padding_len: u8,
}Fields§
§header: RtpHeader§payload: Vec<u8>§padding_len: u8Implementations§
Trait Implementations§
impl Eq for RtpPacket
impl StructuralPartialEq for RtpPacket
Auto Trait Implementations§
impl Freeze for RtpPacket
impl RefUnwindSafe for RtpPacket
impl Send for RtpPacket
impl Sync for RtpPacket
impl Unpin for RtpPacket
impl UnwindSafe for RtpPacket
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