Struct webrtc_media::io::ivf_reader::IVFFrameHeader
source · [−]Expand description
IVFFrameHeader 12-byte header for IVF frames https://wiki.multimedia.cx/index.php/IVF
Fields
frame_size: u32
timestamp: u64
Trait Implementations
sourceimpl Clone for IVFFrameHeader
impl Clone for IVFFrameHeader
sourcefn clone(&self) -> IVFFrameHeader
fn clone(&self) -> IVFFrameHeader
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for IVFFrameHeader
impl Debug for IVFFrameHeader
sourceimpl Default for IVFFrameHeader
impl Default for IVFFrameHeader
sourcefn default() -> IVFFrameHeader
fn default() -> IVFFrameHeader
Returns the “default value” for a type. Read more
sourceimpl PartialEq<IVFFrameHeader> for IVFFrameHeader
impl PartialEq<IVFFrameHeader> for IVFFrameHeader
sourcefn eq(&self, other: &IVFFrameHeader) -> bool
fn eq(&self, other: &IVFFrameHeader) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for IVFFrameHeader
impl Eq for IVFFrameHeader
impl StructuralEq for IVFFrameHeader
impl StructuralPartialEq for IVFFrameHeader
Auto Trait Implementations
impl RefUnwindSafe for IVFFrameHeader
impl Send for IVFFrameHeader
impl Sync for IVFFrameHeader
impl Unpin for IVFFrameHeader
impl UnwindSafe for IVFFrameHeader
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more