crc32_state

Type Alias crc32_state 

Source
pub type crc32_state = crc32_state_s;

Aliased Type§

#[repr(C)]
pub struct crc32_state { pub crc: u32, }

Fields§

§crc: u32