pub enum Profile {
Unknown,
Reserved,
AAC(AAC),
MPEG2(MPEG2),
DTS(DTS),
H264(H264),
VC1(VC1),
MPEG4(MPEG4),
JPEG2000(JPEG2000),
HEVC(HEVC),
VP9(VP9),
}Variants§
Unknown
Reserved
AAC(AAC)
MPEG2(MPEG2)
DTS(DTS)
H264(H264)
VC1(VC1)
MPEG4(MPEG4)
JPEG2000(JPEG2000)
HEVC(HEVC)
VP9(VP9)
trait 实现§
impl Copy for Profile
impl Eq for Profile
impl StructuralPartialEq for Profile
自动 trait 实现§
impl Freeze for Profile
impl RefUnwindSafe for Profile
impl Send for Profile
impl Sync for Profile
impl Unpin for Profile
impl UnsafeUnpin for Profile
impl UnwindSafe for Profile
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
从拥有的值可变地借用。 阅读更多