pub enum CodingMethod {
Rice,
Rice2,
}Expand description
A residual block’s type
Variants§
Trait Implementations§
Source§impl Clone for CodingMethod
impl Clone for CodingMethod
Source§fn clone(&self) -> CodingMethod
fn clone(&self) -> CodingMethod
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CodingMethod
impl Debug for CodingMethod
Source§impl Display for CodingMethod
impl Display for CodingMethod
Source§impl Hash for CodingMethod
impl Hash for CodingMethod
Source§impl Ord for CodingMethod
impl Ord for CodingMethod
Source§fn cmp(&self, other: &CodingMethod) -> Ordering
fn cmp(&self, other: &CodingMethod) -> 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 CodingMethod
impl PartialEq for CodingMethod
Source§impl PartialOrd for CodingMethod
impl PartialOrd for CodingMethod
impl Copy for CodingMethod
impl Eq for CodingMethod
impl StructuralPartialEq for CodingMethod
Auto Trait Implementations§
impl Freeze for CodingMethod
impl RefUnwindSafe for CodingMethod
impl Send for CodingMethod
impl Sync for CodingMethod
impl Unpin for CodingMethod
impl UnwindSafe for CodingMethod
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