Struct h264_reader::nal::pps::ParamSetId
source · pub struct ParamSetId(/* private fields */);
Implementations§
source§impl ParamSetId
impl ParamSetId
pub fn from_u32(id: u32) -> Result<ParamSetId, ParamSetIdError>
pub fn id(self) -> u8
Trait Implementations§
source§impl Clone for ParamSetId
impl Clone for ParamSetId
source§fn clone(&self) -> ParamSetId
fn clone(&self) -> ParamSetId
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 ParamSetId
impl Debug for ParamSetId
source§impl Hash for ParamSetId
impl Hash for ParamSetId
source§impl PartialEq for ParamSetId
impl PartialEq for ParamSetId
source§fn eq(&self, other: &ParamSetId) -> bool
fn eq(&self, other: &ParamSetId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ParamSetId
impl Eq for ParamSetId
impl StructuralPartialEq for ParamSetId
Auto Trait Implementations§
impl Freeze for ParamSetId
impl RefUnwindSafe for ParamSetId
impl Send for ParamSetId
impl Sync for ParamSetId
impl Unpin for ParamSetId
impl UnwindSafe for ParamSetId
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