Enum qrcode::bits::ExtendedMode
[−]
[src]
pub enum ExtendedMode {
Eci,
Data(Mode),
Fnc1First,
Fnc1Second,
StructuredAppend,
}An "extended" mode indicator, includes all indicators supported by QR code beyond those bearing data.
Variants
EciECI mode indicator, to introduce an ECI designator.
Data(Mode)The normal mode to introduce data.
Fnc1FirstFNC-1 mode in the first position.
Fnc1SecondFNC-1 mode in the second position.
StructuredAppendStructured append.
Trait Implementations
Derived Implementations
impl Clone for ExtendedMode[src]
fn clone(&self) -> ExtendedMode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more