Struct font8x8::unicode::SgaFonts[][src]

pub struct SgaFonts(_);

Strong-typed collection wrapper for SGA_UNICODE.

Methods

impl SgaFonts
[src]

Trait Implementations

impl Debug for SgaFonts
[src]

Formats the value using the given formatter. Read more

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

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

impl UnicodeFonts for SgaFonts
[src]

Important traits for Iter<'a, T>

Important traits for Vec<u8>

Auto Trait Implementations

impl Send for SgaFonts

impl Sync for SgaFonts