pub struct SeqScalingMatrix {
pub scaling_list4x4: Vec<ScalingList<16>>,
pub scaling_list8x8: Vec<ScalingList<64>>,
}Fields§
§scaling_list4x4: Vec<ScalingList<16>>§scaling_list8x8: Vec<ScalingList<64>>Trait Implementations§
Source§impl Clone for SeqScalingMatrix
impl Clone for SeqScalingMatrix
Source§fn clone(&self) -> SeqScalingMatrix
fn clone(&self) -> SeqScalingMatrix
Returns a duplicate 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
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