Struct crc::crc32::CASTAGNOLI_TABLE []

pub struct CASTAGNOLI_TABLE {
    // some fields omitted
}

Trait Implementations

impl Deref for CASTAGNOLI_TABLE

type Target = [u32; 256]

fn deref<'a>(&'a self) -> &'a [u32; 256]