pub struct ChunkPackets {
pub segment_idx: usize,
pub packets: Vec<EncodedPacket>,
}Expand description
One chunk’s encoded packets, in encode (= display, no B-frames) order.
Fields§
§segment_idx: usize§packets: Vec<EncodedPacket>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChunkPackets
impl RefUnwindSafe for ChunkPackets
impl Send for ChunkPackets
impl Sync for ChunkPackets
impl Unpin for ChunkPackets
impl UnsafeUnpin for ChunkPackets
impl UnwindSafe for ChunkPackets
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