pub enum Decorrelation {
Zero,
Random,
}Expand description
LC quantisation decorrelation mode
Variants§
Trait Implementations§
Source§impl Clone for Decorrelation
impl Clone for Decorrelation
Source§fn clone(&self) -> Decorrelation
fn clone(&self) -> Decorrelation
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 Decorrelation
impl Debug for Decorrelation
Source§impl Hash for Decorrelation
impl Hash for Decorrelation
Source§impl Ord for Decorrelation
impl Ord for Decorrelation
Source§fn cmp(&self, other: &Decorrelation) -> Ordering
fn cmp(&self, other: &Decorrelation) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Decorrelation
impl PartialEq for Decorrelation
Source§impl PartialOrd for Decorrelation
impl PartialOrd for Decorrelation
impl Copy for Decorrelation
impl Eq for Decorrelation
impl StructuralPartialEq for Decorrelation
Auto Trait Implementations§
impl Freeze for Decorrelation
impl RefUnwindSafe for Decorrelation
impl Send for Decorrelation
impl Sync for Decorrelation
impl Unpin for Decorrelation
impl UnsafeUnpin for Decorrelation
impl UnwindSafe for Decorrelation
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