pub enum CheckCRC {
No,
Yes,
}Expand description
Bool enum for the LZ decoder to check the CRC of the compressed data.
To use CheckCRC::Yes, the compressed data must have been compressed with the CRC option enabled.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CheckCRC
impl RefUnwindSafe for CheckCRC
impl Send for CheckCRC
impl Sync for CheckCRC
impl Unpin for CheckCRC
impl UnwindSafe for CheckCRC
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