pub enum EncodingScheme {
R1Byte = 0,
R2Bytes = 1,
}Expand description
Cyclic Redundancy Check encoding scheme.
Variants§
Trait Implementations§
Source§impl Clone for EncodingScheme
impl Clone for EncodingScheme
Source§fn clone(&self) -> EncodingScheme
fn clone(&self) -> EncodingScheme
Returns a copy 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 EncodingScheme
impl Debug for EncodingScheme
Source§impl PartialEq for EncodingScheme
impl PartialEq for EncodingScheme
impl Copy for EncodingScheme
impl Eq for EncodingScheme
impl StructuralPartialEq for EncodingScheme
Auto Trait Implementations§
impl Freeze for EncodingScheme
impl RefUnwindSafe for EncodingScheme
impl Send for EncodingScheme
impl Sync for EncodingScheme
impl Unpin for EncodingScheme
impl UnwindSafe for EncodingScheme
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