Struct symphonia_core::checksum::Crc8Ccitt
source · pub struct Crc8Ccitt { /* private fields */ }
Expand description
Crc8Ccitt
implements the CRC-8 algorithm using the CCITT polynominal.
- Polynomial = 0x07
- RefIn = false
- RefOut = false
- XorOut = false
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Crc8Ccitt
impl RefUnwindSafe for Crc8Ccitt
impl Send for Crc8Ccitt
impl Sync for Crc8Ccitt
impl Unpin for Crc8Ccitt
impl UnwindSafe for Crc8Ccitt
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