#[repr(i32)]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 实现§
源代码§impl Clone for AVActiveFormatDescription
impl Clone for AVActiveFormatDescription
源代码§fn clone(&self) -> AVActiveFormatDescription
fn clone(&self) -> AVActiveFormatDescription
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多源代码§impl Debug for AVActiveFormatDescription
impl Debug for AVActiveFormatDescription
源代码§impl Hash for AVActiveFormatDescription
impl Hash for AVActiveFormatDescription
源代码§impl PartialEq for AVActiveFormatDescription
impl PartialEq for AVActiveFormatDescription
impl Copy for AVActiveFormatDescription
impl Eq for AVActiveFormatDescription
impl StructuralPartialEq for AVActiveFormatDescription
自动 trait 实现§
impl Freeze for AVActiveFormatDescription
impl RefUnwindSafe for AVActiveFormatDescription
impl Send for AVActiveFormatDescription
impl Sync for AVActiveFormatDescription
impl Unpin for AVActiveFormatDescription
impl UnsafeUnpin for AVActiveFormatDescription
impl UnwindSafe for AVActiveFormatDescription
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多