[][src]Struct bardecoder::util::qr::QRLocation

pub struct QRLocation {
    pub top_left: Point,
    pub top_right: Point,
    pub bottom_left: Point,
    pub module_size: f64,
    pub version: u32,
}

Location of the QR Code in the source image, in pixels

Fields

top_left: Point

Center of the top left finder pattern, in pixels, relative to the QR Code

top_right: Point

Center of the top right finder pattern, in pixels, relative to the QR Code

bottom_left: Point

Center of the bottom left finder pattern, in pixels, relative to the QR Code

module_size: f64

Module size in pixels

version: u32

Version of the QR Code, 1 being the smallest, 40 the largest

Trait Implementations

impl Extract<ImageBuffer<Luma<u8>, Vec<u8>>, QRLocation, QRData, QRError> for QRExtractor[src]

impl Debug for QRLocation[src]

Auto Trait Implementations

impl Send for QRLocation

impl Sync for QRLocation

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.