pub enum MPEG2 {
_422,
High,
SS,
SNRScalable,
Main,
Simple,
}Variants§
trait 实现§
impl Copy for MPEG2
impl Eq for MPEG2
impl StructuralPartialEq for MPEG2
自动 trait 实现§
impl Freeze for MPEG2
impl RefUnwindSafe for MPEG2
impl Send for MPEG2
impl Sync for MPEG2
impl Unpin for MPEG2
impl UnsafeUnpin for MPEG2
impl UnwindSafe for MPEG2
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
从拥有的值可变地借用。 阅读更多