#[repr(C)]
pub enum QRCodeEncoder_CorrectionLevel {
CORRECT_LEVEL_L,
CORRECT_LEVEL_M,
CORRECT_LEVEL_Q,
CORRECT_LEVEL_H,
}
Variants
CORRECT_LEVEL_L
CORRECT_LEVEL_M
CORRECT_LEVEL_Q
CORRECT_LEVEL_H
Trait Implementations
sourceimpl Clone for QRCodeEncoder_CorrectionLevel
impl Clone for QRCodeEncoder_CorrectionLevel
sourcefn clone(&self) -> QRCodeEncoder_CorrectionLevel
fn clone(&self) -> QRCodeEncoder_CorrectionLevel
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for QRCodeEncoder_CorrectionLevel
impl Debug for QRCodeEncoder_CorrectionLevel
sourceimpl PartialEq<QRCodeEncoder_CorrectionLevel> for QRCodeEncoder_CorrectionLevel
impl PartialEq<QRCodeEncoder_CorrectionLevel> for QRCodeEncoder_CorrectionLevel
sourcefn eq(&self, other: &QRCodeEncoder_CorrectionLevel) -> bool
fn eq(&self, other: &QRCodeEncoder_CorrectionLevel) -> bool
impl Copy for QRCodeEncoder_CorrectionLevel
impl Eq for QRCodeEncoder_CorrectionLevel
impl StructuralEq for QRCodeEncoder_CorrectionLevel
impl StructuralPartialEq for QRCodeEncoder_CorrectionLevel
Auto Trait Implementations
impl RefUnwindSafe for QRCodeEncoder_CorrectionLevel
impl Send for QRCodeEncoder_CorrectionLevel
impl Sync for QRCodeEncoder_CorrectionLevel
impl Unpin for QRCodeEncoder_CorrectionLevel
impl UnwindSafe for QRCodeEncoder_CorrectionLevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more