pub struct PragueReceivedVideoFrame {
pub frame_number: count_tp,
pub frame_size_bytes: size_tp,
pub payload: Vec<u8>,
}Expand description
One fully reassembled RT/video frame.
Fields§
§frame_number: count_tpSender-assigned Prague frame number.
frame_size_bytes: size_tpTotal reassembled frame size in bytes.
payload: Vec<u8>Fully reassembled encoded frame payload.
Trait Implementations§
Source§impl Clone for PragueReceivedVideoFrame
impl Clone for PragueReceivedVideoFrame
Source§fn clone(&self) -> PragueReceivedVideoFrame
fn clone(&self) -> PragueReceivedVideoFrame
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PragueReceivedVideoFrame
impl Debug for PragueReceivedVideoFrame
Source§impl PartialEq for PragueReceivedVideoFrame
impl PartialEq for PragueReceivedVideoFrame
impl Eq for PragueReceivedVideoFrame
impl StructuralPartialEq for PragueReceivedVideoFrame
Auto Trait Implementations§
impl Freeze for PragueReceivedVideoFrame
impl RefUnwindSafe for PragueReceivedVideoFrame
impl Send for PragueReceivedVideoFrame
impl Sync for PragueReceivedVideoFrame
impl Unpin for PragueReceivedVideoFrame
impl UnsafeUnpin for PragueReceivedVideoFrame
impl UnwindSafe for PragueReceivedVideoFrame
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