pub struct CrcTable { /* private fields */ }Expand description
Precomputed 256-entry CRC-32 lookup table.
Implementations§
Source§impl CrcTable
impl CrcTable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CrcTable
impl RefUnwindSafe for CrcTable
impl Send for CrcTable
impl Sync for CrcTable
impl Unpin for CrcTable
impl UnsafeUnpin for CrcTable
impl UnwindSafe for CrcTable
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