Struct qr_encode::qr_encoder::cell::Point [] [src]

pub struct Point<T>(pub T, pub T);

Trait Implementations

impl<T: Debug> Debug for Point<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Copy> Copy for Point<T>
[src]

impl<T: Clone> Clone for Point<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<T> Send for Point<T> where
    T: Send

impl<T> Sync for Point<T> where
    T: Sync