Enum State
libnewbee
pub enum State { Header, Sector, Data, Crc, End, }
Header
Sector
Data
Crc
End
impl Debug for State
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.