Struct font8x8::unicode::HiraganaFonts[][src]

pub struct HiraganaFonts(_);

Strong-typed collection wrapper for HIRAGANA_UNICODE.

Methods

impl HiraganaFonts
[src]

Trait Implementations

impl Debug for HiraganaFonts
[src]

Formats the value using the given formatter. Read more

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

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

impl UnicodeFonts for HiraganaFonts
[src]

Important traits for Iter<'a, T>

Important traits for Vec<u8>

Auto Trait Implementations