Enum h264_reader::nal::sps::AspectRatioInfo
source · pub enum AspectRatioInfo {
}
Variants§
Unspecified
Ratio1_1
Ratio12_11
Ratio10_11
Ratio16_11
Ratio40_33
Ratio24_11
Ratio20_11
Ratio32_11
Ratio80_33
Ratio18_11
Ratio15_11
Ratio64_33
Ratio160_99
Ratio4_3
Ratio3_2
Ratio2_1
Reserved(u8)
Extended(u16, u16)
Implementations§
Trait Implementations§
source§impl Clone for AspectRatioInfo
impl Clone for AspectRatioInfo
source§fn clone(&self) -> AspectRatioInfo
fn clone(&self) -> AspectRatioInfo
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 AspectRatioInfo
impl Debug for AspectRatioInfo
source§impl Default for AspectRatioInfo
impl Default for AspectRatioInfo
source§fn default() -> AspectRatioInfo
fn default() -> AspectRatioInfo
Returns the “default value” for a type. Read more
source§impl PartialEq for AspectRatioInfo
impl PartialEq for AspectRatioInfo
source§fn eq(&self, other: &AspectRatioInfo) -> bool
fn eq(&self, other: &AspectRatioInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for AspectRatioInfo
impl StructuralPartialEq for AspectRatioInfo
Auto Trait Implementations§
impl Freeze for AspectRatioInfo
impl RefUnwindSafe for AspectRatioInfo
impl Send for AspectRatioInfo
impl Sync for AspectRatioInfo
impl Unpin for AspectRatioInfo
impl UnwindSafe for AspectRatioInfo
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