pub enum CrcOn {
CrcProvided = 0,
CrcAuto = 1,
}Expand description
CRC calculation mode
Variants§
Trait Implementations§
impl Copy for CrcOn
impl Eq for CrcOn
impl StructuralPartialEq for CrcOn
Auto Trait Implementations§
impl Freeze for CrcOn
impl RefUnwindSafe for CrcOn
impl Send for CrcOn
impl Sync for CrcOn
impl Unpin for CrcOn
impl UnwindSafe for CrcOn
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