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
Returns the “default value” for a type. Read more
depacketize parses the passed byte slice and stores the result in the H264Packet this method is called upon
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for H264Packetimpl Send for H264Packetimpl Sync for H264Packetimpl Unpin for H264Packetimpl UnwindSafe for H264PacketBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V