pub enum Profile {
Unknown,
Profile0,
Profile1,
Profile2,
Profile3,
}
Expand description
The VP9 profiles.
Variants§
Unknown
Unknown.
Profile0
Color depth: 8 bit/sample, chroma subsampling: 4:2:0
Profile1
Color depth: 8 bit, chroma subsampling: 4:2:2, 4:4:0, 4:4:4
Profile2
Color depth: 10–12 bit, chroma subsampling: 4:2:0
Profile3
Color depth: 10–12 bit, chroma subsampling: 4:2:2, 4:4:0, 4:4:4
Trait Implementations§
Source§impl Ord for Profile
impl Ord for Profile
Source§impl PartialOrd for Profile
impl PartialOrd for Profile
impl Copy for Profile
impl Eq for Profile
impl StructuralPartialEq for Profile
Auto Trait Implementations§
impl Freeze for Profile
impl RefUnwindSafe for Profile
impl Send for Profile
impl Sync for Profile
impl Unpin for Profile
impl UnwindSafe for Profile
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