Struct crc::crc32::KOOPMAN_TABLE []

pub struct KOOPMAN_TABLE {
    // some fields omitted
}

Trait Implementations

impl Deref for KOOPMAN_TABLE

type Target = [u32; 256]

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