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

pub struct BlockContent {
    pub blocks: usize,
    pub codewords_per_block: usize,
}

Fields

Trait Implementations

impl Debug for BlockContent
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockContent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations