Struct font8x8::utf16::BasicFonts [] [src]

pub struct BasicFonts(_);

Strong-typed collection wrapper for BASIC_UTF16.

Methods

impl BasicFonts
[src]

[src]

Create a new collection of BASIC_UTF16 fonts.

Trait Implementations

impl Debug for BasicFonts
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for BasicFonts
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Default for BasicFonts
[src]

[src]

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

impl Utf16Fonts for BasicFonts
[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for BasicFonts

impl Sync for BasicFonts