Struct rtp::codecs::h264::H264Packet [−][src]
pub struct H264Packet {
pub payload: Bytes,
}Expand description
H264Packet represents the H264 header that is stored in the payload of an RTP Packet
Fields
payload: BytesTrait Implementations
impl Debug for H264Packet[src]
impl Debug for H264Packet[src]impl Default for H264Packet[src]
impl Default for H264Packet[src]fn default() -> H264Packet[src]
fn default() -> H264Packet[src]Returns the “default value” for a type. Read more
impl Depacketizer for H264Packet[src]
impl Depacketizer for H264Packet[src]Auto Trait Implementations
impl RefUnwindSafe for H264Packet
impl Send for H264Packet
impl Sync for H264Packet
impl Unpin for H264Packet
impl UnwindSafe for H264Packet
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,