Struct font8x8::utf16::BlockFonts [] [src]

pub struct BlockFonts(_);

Strong-typed collection wrapper for BLOCK_UTF16.

Methods

impl BlockFonts
[src]

[src]

Create a new collection of BLOCK_UTF16 fonts.

Trait Implementations

impl Debug for BlockFonts
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

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

impl Utf16Fonts for BlockFonts
[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for BlockFonts

impl Sync for BlockFonts