pub enum Profile {
Main,
Main10,
MainStill,
RangeExtensions,
HighThroughput,
MultiviewMain,
ScalableMain,
ThreeDMain,
ScreenContentCoding,
ScalableRangeExtensions,
HighThroughputScreenContentCoding,
}Expand description
H265 profiles. See A.3.
Variants§
Main
Main10
MainStill
RangeExtensions
HighThroughput
MultiviewMain
ScalableMain
ThreeDMain
ScreenContentCoding
ScalableRangeExtensions
HighThroughputScreenContentCoding
Implementations§
Trait Implementations§
source§impl Ord for Profile
impl Ord for Profile
source§impl PartialEq<Profile> for Profile
impl PartialEq<Profile> for Profile
source§impl PartialOrd<Profile> for Profile
impl PartialOrd<Profile> for Profile
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Profile
impl Eq for Profile
impl StructuralEq for Profile
impl StructuralPartialEq for Profile
Auto Trait Implementations§
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