pub struct QuantIndices {
pub base_q0: i32,
pub y1_dc_delta: i32,
pub y2_dc_delta: i32,
pub y2_ac_delta: i32,
pub uv_dc_delta: i32,
pub uv_ac_delta: i32,
}Fields§
§base_q0: i32§y1_dc_delta: i32§y2_dc_delta: i32§y2_ac_delta: i32§uv_dc_delta: i32§uv_ac_delta: i32Trait Implementations§
Source§impl Clone for QuantIndices
impl Clone for QuantIndices
Source§fn clone(&self) -> QuantIndices
fn clone(&self) -> QuantIndices
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 QuantIndices
impl Debug for QuantIndices
Source§impl PartialEq for QuantIndices
impl PartialEq for QuantIndices
impl Copy for QuantIndices
impl Eq for QuantIndices
impl StructuralPartialEq for QuantIndices
Auto Trait Implementations§
impl Freeze for QuantIndices
impl RefUnwindSafe for QuantIndices
impl Send for QuantIndices
impl Sync for QuantIndices
impl Unpin for QuantIndices
impl UnsafeUnpin for QuantIndices
impl UnwindSafe for QuantIndices
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