Struct font8x8::unicode::LatinFonts[][src]

pub struct LatinFonts(_);

Strong-typed collection wrapper for LATIN_UNICODE.

Methods

impl LatinFonts
[src]

Trait Implementations

impl Debug for LatinFonts
[src]

Formats the value using the given formatter. Read more

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

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

impl UnicodeFonts for LatinFonts
[src]

Important traits for Vec<u8>

Auto Trait Implementations

impl Send for LatinFonts

impl Sync for LatinFonts