pub struct ProfileLevelId { /* private fields */ }
Expand description
A container encapsulating both H264 profile and level as parsed from a profile-level-id
string
Implementations§
Trait Implementations§
Source§impl Clone for ProfileLevelId
impl Clone for ProfileLevelId
Source§fn clone(&self) -> ProfileLevelId
fn clone(&self) -> ProfileLevelId
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ProfileLevelId
impl Debug for ProfileLevelId
Source§impl Default for ProfileLevelId
impl Default for ProfileLevelId
Source§impl FromStr for ProfileLevelId
impl FromStr for ProfileLevelId
Source§impl Hash for ProfileLevelId
impl Hash for ProfileLevelId
Source§impl Ord for ProfileLevelId
impl Ord for ProfileLevelId
Source§fn cmp(&self, other: &ProfileLevelId) -> Ordering
fn cmp(&self, other: &ProfileLevelId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ProfileLevelId
impl PartialEq for ProfileLevelId
Source§impl PartialOrd for ProfileLevelId
impl PartialOrd for ProfileLevelId
Source§impl ToString for ProfileLevelId
impl ToString for ProfileLevelId
impl Copy for ProfileLevelId
impl Eq for ProfileLevelId
impl StructuralPartialEq for ProfileLevelId
Auto Trait Implementations§
impl Freeze for ProfileLevelId
impl RefUnwindSafe for ProfileLevelId
impl Send for ProfileLevelId
impl Sync for ProfileLevelId
impl Unpin for ProfileLevelId
impl UnwindSafe for ProfileLevelId
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