Struct h264_reader::nal::pps::PicScalingMatrix
source · pub struct PicScalingMatrix {}
Trait Implementations§
source§impl Clone for PicScalingMatrix
impl Clone for PicScalingMatrix
source§fn clone(&self) -> PicScalingMatrix
fn clone(&self) -> PicScalingMatrix
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 moreAuto Trait Implementations§
impl Freeze for PicScalingMatrix
impl RefUnwindSafe for PicScalingMatrix
impl Send for PicScalingMatrix
impl Sync for PicScalingMatrix
impl Unpin for PicScalingMatrix
impl UnwindSafe for PicScalingMatrix
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