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