Enum libnewbee::State [] [src]

pub enum State {
    Header,
    Sector,
    Data,
    Crc,
    End,
}

Variants

Trait Implementations

impl Debug for State
[src]

Formats the value using the given formatter.