Enum h264_reader::nal::sps::VideoFormat
source · pub enum VideoFormat {
Component,
PAL,
NTSC,
SECAM,
MAC,
Unspecified,
Reserved(u8),
}
Variants§
Trait Implementations§
source§impl Clone for VideoFormat
impl Clone for VideoFormat
source§fn clone(&self) -> VideoFormat
fn clone(&self) -> VideoFormat
Returns a copy 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 VideoFormat
impl Debug for VideoFormat
source§impl Default for VideoFormat
impl Default for VideoFormat
source§fn default() -> VideoFormat
fn default() -> VideoFormat
Returns the “default value” for a type. Read more
source§impl PartialEq for VideoFormat
impl PartialEq for VideoFormat
source§fn eq(&self, other: &VideoFormat) -> bool
fn eq(&self, other: &VideoFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for VideoFormat
impl StructuralPartialEq for VideoFormat
Auto Trait Implementations§
impl Freeze for VideoFormat
impl RefUnwindSafe for VideoFormat
impl Send for VideoFormat
impl Sync for VideoFormat
impl Unpin for VideoFormat
impl UnwindSafe for VideoFormat
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