pub enum PDF417 {
DefaultSettings,
Off,
On,
}Expand description
Represents the Mobile Phone Read Mode serial command.
Variants§
Implementations§
Trait Implementations§
impl Copy for PDF417
impl Eq for PDF417
impl StructuralPartialEq for PDF417
Auto Trait Implementations§
impl Freeze for PDF417
impl RefUnwindSafe for PDF417
impl Send for PDF417
impl Sync for PDF417
impl Unpin for PDF417
impl UnsafeUnpin for PDF417
impl UnwindSafe for PDF417
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