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