Enum edhex::ByteCategory [−][src]
pub enum ByteCategory {
Null,
AsciiPrintable,
AsciiWhitespace,
AsciiOther,
NonAscii,
}pub enum ByteCategory {
Null,
AsciiPrintable,
AsciiWhitespace,
AsciiOther,
NonAscii,
}impl RefUnwindSafe for ByteCategoryimpl Send for ByteCategoryimpl Sync for ByteCategoryimpl Unpin for ByteCategoryimpl UnwindSafe for ByteCategory