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