Struct font8x8::unicode::BlockFonts[][src]

pub struct BlockFonts(_);

Strong-typed collection wrapper for BLOCK_UNICODE.

Methods

impl BlockFonts
[src]

Create a new collection of BLOCK_UNICODE fonts.

Trait Implementations

impl Debug for BlockFonts
[src]

Formats the value using the given formatter. Read more

impl PartialEq for BlockFonts
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for BlockFonts
[src]

Returns the "default value" for a type. Read more

impl UnicodeFonts for BlockFonts
[src]

Important traits for Vec<u8>

Auto Trait Implementations

impl Send for BlockFonts

impl Sync for BlockFonts