Struct crc::crc32::IEEE_TABLE []

pub struct IEEE_TABLE {
    // some fields omitted
}

Trait Implementations

impl Deref for IEEE_TABLE

type Target = [u32; 256]

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