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