pub struct Pes {
pub header: PesHeader,
pub pes_packet_len: u16,
pub data: Bytes,
}Expand description
Payload for PES(Packetized elementary stream) packets.
Fields§
§header: PesHeader§pes_packet_len: u16§data: BytesTrait Implementations§
impl Eq for Pes
impl StructuralPartialEq for Pes
Auto Trait Implementations§
impl Freeze for Pes
impl RefUnwindSafe for Pes
impl Send for Pes
impl Sync for Pes
impl Unpin for Pes
impl UnwindSafe for Pes
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