Struct h264_reader::nal::sps::ProfileIdc
source · pub struct ProfileIdc(/* private fields */);
Implementations§
source§impl ProfileIdc
impl ProfileIdc
pub fn has_chroma_info(self) -> bool
Trait Implementations§
source§impl Clone for ProfileIdc
impl Clone for ProfileIdc
source§fn clone(&self) -> ProfileIdc
fn clone(&self) -> ProfileIdc
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 ProfileIdc
impl Debug for ProfileIdc
source§impl From<ProfileIdc> for u8
impl From<ProfileIdc> for u8
source§fn from(v: ProfileIdc) -> Self
fn from(v: ProfileIdc) -> Self
Converts to this type from the input type.
source§impl From<u8> for ProfileIdc
impl From<u8> for ProfileIdc
source§impl PartialEq for ProfileIdc
impl PartialEq for ProfileIdc
source§fn eq(&self, other: &ProfileIdc) -> bool
fn eq(&self, other: &ProfileIdc) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ProfileIdc
impl Eq for ProfileIdc
impl StructuralPartialEq for ProfileIdc
Auto Trait Implementations§
impl Freeze for ProfileIdc
impl RefUnwindSafe for ProfileIdc
impl Send for ProfileIdc
impl Sync for ProfileIdc
impl Unpin for ProfileIdc
impl UnwindSafe for ProfileIdc
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