Enum h264_reader::nal::sps::ChromaFormat
source · pub enum ChromaFormat {
Monochrome,
YUV420,
YUV422,
YUV444,
Invalid(u32),
}
Variants§
Trait Implementations§
source§impl Clone for ChromaFormat
impl Clone for ChromaFormat
source§fn clone(&self) -> ChromaFormat
fn clone(&self) -> ChromaFormat
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 ChromaFormat
impl Debug for ChromaFormat
source§impl Default for ChromaFormat
impl Default for ChromaFormat
source§fn default() -> ChromaFormat
fn default() -> ChromaFormat
Returns the “default value” for a type. Read more
source§impl PartialEq for ChromaFormat
impl PartialEq for ChromaFormat
source§fn eq(&self, other: &ChromaFormat) -> bool
fn eq(&self, other: &ChromaFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ChromaFormat
impl Eq for ChromaFormat
impl StructuralPartialEq for ChromaFormat
Auto Trait Implementations§
impl Freeze for ChromaFormat
impl RefUnwindSafe for ChromaFormat
impl Send for ChromaFormat
impl Sync for ChromaFormat
impl Unpin for ChromaFormat
impl UnwindSafe for ChromaFormat
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