#[repr(C)]
pub enum QRCodeEncoder_CorrectionLevel {
CORRECT_LEVEL_L,
CORRECT_LEVEL_M,
CORRECT_LEVEL_Q,
CORRECT_LEVEL_H,
}
Variants§
Trait Implementations§
source§impl Clone for QRCodeEncoder_CorrectionLevel
impl Clone for QRCodeEncoder_CorrectionLevel
source§fn clone(&self) -> QRCodeEncoder_CorrectionLevel
fn clone(&self) -> QRCodeEncoder_CorrectionLevel
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 PartialEq<QRCodeEncoder_CorrectionLevel> for QRCodeEncoder_CorrectionLevel
impl PartialEq<QRCodeEncoder_CorrectionLevel> for QRCodeEncoder_CorrectionLevel
source§fn eq(&self, other: &QRCodeEncoder_CorrectionLevel) -> bool
fn eq(&self, other: &QRCodeEncoder_CorrectionLevel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.