pub struct QrOptions {
pub compact: bool,
pub quiet_zone: u32,
pub invert: bool,
}Expand description
QR code rendering options.
Fields§
§compact: boolUse compact rendering (half-block characters).
quiet_zone: u32Quiet zone (border) size in modules.
invert: boolInvert colors (light on dark).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QrOptions
impl RefUnwindSafe for QrOptions
impl Send for QrOptions
impl Sync for QrOptions
impl Unpin for QrOptions
impl UnsafeUnpin for QrOptions
impl UnwindSafe for QrOptions
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