Enum datamatrix::EncodationType
source · pub enum EncodationType {
Ascii,
C40,
Text,
X12,
Edifact,
Base256,
}Expand description
List of data encodation types
Data Matrix can switch between different “codecs” in a symbol. Each one has its strengths and weaknesses.
Variants§
Implementations§
Trait Implementations§
source§impl<R: Into<FlagSet<EncodationType>>> BitAnd<R> for EncodationType
impl<R: Into<FlagSet<EncodationType>>> BitAnd<R> for EncodationType
source§impl<R: Into<FlagSet<EncodationType>>> BitOr<R> for EncodationType
impl<R: Into<FlagSet<EncodationType>>> BitOr<R> for EncodationType
source§impl<R: Into<FlagSet<EncodationType>>> BitXor<R> for EncodationType
impl<R: Into<FlagSet<EncodationType>>> BitXor<R> for EncodationType
source§impl Clone for EncodationType
impl Clone for EncodationType
source§fn clone(&self) -> EncodationType
fn clone(&self) -> EncodationType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for EncodationType
impl Debug for EncodationType
source§impl From<EncodationType> for FlagSet<EncodationType>
impl From<EncodationType> for FlagSet<EncodationType>
source§fn from(value: EncodationType) -> Self
fn from(value: EncodationType) -> Self
Converts to this type from the input type.
source§impl Not for EncodationType
impl Not for EncodationType
source§impl PartialEq for EncodationType
impl PartialEq for EncodationType
source§fn eq(&self, other: &EncodationType) -> bool
fn eq(&self, other: &EncodationType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<R: Into<FlagSet<EncodationType>>> Rem<R> for EncodationType
impl<R: Into<FlagSet<EncodationType>>> Rem<R> for EncodationType
source§impl<R: Into<FlagSet<EncodationType>>> Sub<R> for EncodationType
impl<R: Into<FlagSet<EncodationType>>> Sub<R> for EncodationType
impl Copy for EncodationType
impl Eq for EncodationType
impl StructuralPartialEq for EncodationType
Auto Trait Implementations§
impl Freeze for EncodationType
impl RefUnwindSafe for EncodationType
impl Send for EncodationType
impl Sync for EncodationType
impl Unpin for EncodationType
impl UnwindSafe for EncodationType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more