pub struct QuantMatrix {
pub y1: [u16; 2],
pub y2: [u16; 2],
pub uv: [u16; 2],
pub uv_quant: i32,
}Fields§
§y1: [u16; 2]§y2: [u16; 2]§uv: [u16; 2]§uv_quant: i32Trait Implementations§
Source§impl Clone for QuantMatrix
impl Clone for QuantMatrix
Source§fn clone(&self) -> QuantMatrix
fn clone(&self) -> QuantMatrix
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 QuantMatrix
impl Debug for QuantMatrix
Source§impl Default for QuantMatrix
impl Default for QuantMatrix
Source§impl PartialEq for QuantMatrix
impl PartialEq for QuantMatrix
impl Copy for QuantMatrix
impl Eq for QuantMatrix
impl StructuralPartialEq for QuantMatrix
Auto Trait Implementations§
impl Freeze for QuantMatrix
impl RefUnwindSafe for QuantMatrix
impl Send for QuantMatrix
impl Sync for QuantMatrix
impl Unpin for QuantMatrix
impl UnsafeUnpin for QuantMatrix
impl UnwindSafe for QuantMatrix
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