pub enum QRErrorCorrectLevel {
L = 1,
M = 0,
Q = 3,
H = 2,
}Expand description
错误纠正级别
Variants§
Trait Implementations§
Source§impl Clone for QRErrorCorrectLevel
impl Clone for QRErrorCorrectLevel
Source§fn clone(&self) -> QRErrorCorrectLevel
fn clone(&self) -> QRErrorCorrectLevel
Returns a duplicate 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 Debug for QRErrorCorrectLevel
impl Debug for QRErrorCorrectLevel
Source§impl Default for QRErrorCorrectLevel
impl Default for QRErrorCorrectLevel
Source§fn default() -> QRErrorCorrectLevel
fn default() -> QRErrorCorrectLevel
Returns the “default value” for a type. Read more
Source§impl PartialEq for QRErrorCorrectLevel
impl PartialEq for QRErrorCorrectLevel
impl Copy for QRErrorCorrectLevel
impl Eq for QRErrorCorrectLevel
impl StructuralPartialEq for QRErrorCorrectLevel
Auto Trait Implementations§
impl Freeze for QRErrorCorrectLevel
impl RefUnwindSafe for QRErrorCorrectLevel
impl Send for QRErrorCorrectLevel
impl Sync for QRErrorCorrectLevel
impl Unpin for QRErrorCorrectLevel
impl UnsafeUnpin for QRErrorCorrectLevel
impl UnwindSafe for QRErrorCorrectLevel
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