Struct h264_reader::nal::sps::SeqScalingMatrix
source · pub struct SeqScalingMatrix {}
Trait Implementations§
source§impl Clone for SeqScalingMatrix
impl Clone for SeqScalingMatrix
source§fn clone(&self) -> SeqScalingMatrix
fn clone(&self) -> SeqScalingMatrix
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 SeqScalingMatrix
impl Debug for SeqScalingMatrix
source§impl Default for SeqScalingMatrix
impl Default for SeqScalingMatrix
source§fn default() -> SeqScalingMatrix
fn default() -> SeqScalingMatrix
Returns the “default value” for a type. Read more
source§impl PartialEq for SeqScalingMatrix
impl PartialEq for SeqScalingMatrix
source§fn eq(&self, other: &SeqScalingMatrix) -> bool
fn eq(&self, other: &SeqScalingMatrix) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SeqScalingMatrix
impl StructuralPartialEq for SeqScalingMatrix
Auto Trait Implementations§
impl Freeze for SeqScalingMatrix
impl RefUnwindSafe for SeqScalingMatrix
impl Send for SeqScalingMatrix
impl Sync for SeqScalingMatrix
impl Unpin for SeqScalingMatrix
impl UnwindSafe for SeqScalingMatrix
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