pub struct VideoTagBody {
pub pts_offset: i32,
pub param_count: u32,
pub nalus: Vec<Bytes>,
}Fields§
§pts_offset: i32§param_count: u32§nalus: Vec<Bytes>Trait Implementations§
Source§impl Clone for VideoTagBody
impl Clone for VideoTagBody
Source§fn clone(&self) -> VideoTagBody
fn clone(&self) -> VideoTagBody
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VideoTagBody
impl Debug for VideoTagBody
Source§impl PartialEq for VideoTagBody
impl PartialEq for VideoTagBody
impl StructuralPartialEq for VideoTagBody
Auto Trait Implementations§
impl Freeze for VideoTagBody
impl RefUnwindSafe for VideoTagBody
impl Send for VideoTagBody
impl Sync for VideoTagBody
impl Unpin for VideoTagBody
impl UnsafeUnpin for VideoTagBody
impl UnwindSafe for VideoTagBody
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