Struct qr_encode::qr_encoder::util::BlockContent [−][src]
Fields
blocks: usize
codewords_per_block: usize
Trait Implementations
impl Debug for BlockContent[src]
impl Debug for BlockContentfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for BlockContent[src]
impl Clone for BlockContentfn clone(&self) -> BlockContent[src]
fn clone(&self) -> BlockContentReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for BlockContent
impl Send for BlockContentimpl Sync for BlockContent
impl Sync for BlockContent