Enum qr_encode::qr_encoder::cell::CellType
[−]
[src]
pub enum CellType {
Finder,
Alignment,
Separator,
Timing,
DarkModule,
VersionInformation,
Format,
Message,
None,
}Variants
FinderAlignmentSeparatorTimingDarkModuleVersionInformationFormatMessageNone
Trait Implementations
impl Debug for CellType[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more