pub enum QuantizationOffsetType {
Low,
High,
}Expand description
Quantization-offset type carried by the §4.2.7.3 frame-type symbol (Table 10).
Variants§
Trait Implementations§
Source§impl Clone for QuantizationOffsetType
impl Clone for QuantizationOffsetType
Source§fn clone(&self) -> QuantizationOffsetType
fn clone(&self) -> QuantizationOffsetType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QuantizationOffsetType
Source§impl Debug for QuantizationOffsetType
impl Debug for QuantizationOffsetType
impl Eq for QuantizationOffsetType
Source§impl PartialEq for QuantizationOffsetType
impl PartialEq for QuantizationOffsetType
Source§fn eq(&self, other: &QuantizationOffsetType) -> bool
fn eq(&self, other: &QuantizationOffsetType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QuantizationOffsetType
Auto Trait Implementations§
impl Freeze for QuantizationOffsetType
impl RefUnwindSafe for QuantizationOffsetType
impl Send for QuantizationOffsetType
impl Sync for QuantizationOffsetType
impl Unpin for QuantizationOffsetType
impl UnsafeUnpin for QuantizationOffsetType
impl UnwindSafe for QuantizationOffsetType
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