#[repr(u32)]pub enum AVActiveFormatDescription {
AV_AFD_SAME = 8,
AV_AFD_4_3 = 9,
AV_AFD_16_9 = 10,
AV_AFD_14_9 = 11,
AV_AFD_4_3_SP_14_9 = 13,
AV_AFD_16_9_SP_14_9 = 14,
AV_AFD_SP_4_3 = 15,
}
Variants§
AV_AFD_SAME = 8
AV_AFD_4_3 = 9
AV_AFD_16_9 = 10
AV_AFD_14_9 = 11
AV_AFD_4_3_SP_14_9 = 13
AV_AFD_16_9_SP_14_9 = 14
AV_AFD_SP_4_3 = 15
Trait Implementations§
Source§impl Clone for AVActiveFormatDescription
impl Clone for AVActiveFormatDescription
Source§fn clone(&self) -> AVActiveFormatDescription
fn clone(&self) -> AVActiveFormatDescription
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 AVActiveFormatDescription
impl Debug for AVActiveFormatDescription
Source§impl Hash for AVActiveFormatDescription
impl Hash for AVActiveFormatDescription
impl Copy for AVActiveFormatDescription
impl Eq for AVActiveFormatDescription
impl StructuralPartialEq for AVActiveFormatDescription
Auto Trait Implementations§
impl Freeze for AVActiveFormatDescription
impl RefUnwindSafe for AVActiveFormatDescription
impl Send for AVActiveFormatDescription
impl Sync for AVActiveFormatDescription
impl Unpin for AVActiveFormatDescription
impl UnwindSafe for AVActiveFormatDescription
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