Struct font8x8::unicode::BoxFonts[][src]

pub struct BoxFonts(_);

Strong-typed collection wrapper for BOX_UNICODE.

Methods

impl BoxFonts
[src]

Trait Implementations

impl Debug for BoxFonts
[src]

Formats the value using the given formatter. Read more

impl PartialEq for BoxFonts
[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 BoxFonts
[src]

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

impl UnicodeFonts for BoxFonts
[src]

Important traits for Vec<u8>

Auto Trait Implementations

impl Send for BoxFonts

impl Sync for BoxFonts