Struct qr_encode::qr_encoder::util::CodeWordBlock[][src]

pub struct CodeWordBlock(_, _, _, _);

Trait Implementations

impl Copy for CodeWordBlock
[src]

impl Clone for CodeWordBlock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CodeWordBlock
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations