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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more