Enum escpos_rs::PrinterModel
source · [−]pub enum PrinterModel {
ZKTeco,
TMT20,
}Expand description
Printers known to this library
Probably needs updates. If you know one that is not in the list, send them to the author through email to be considered in future updates.
Variants
ZKTeco
ZKTeco mini printer
TMT20
Epson most used printer
Implementations
sourceimpl PrinterModel
impl PrinterModel
Auto Trait Implementations
impl RefUnwindSafe for PrinterModel
impl Send for PrinterModel
impl Sync for PrinterModel
impl Unpin for PrinterModel
impl UnwindSafe for PrinterModel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more