Struct rpi_led_matrix::LedFont[][src]

pub struct LedFont { /* fields omitted */ }
Expand description

The Rust handle for LedFont.

Implementations

Creates a new LedFont instance with the given bdf filepath, if it exists.

Errors
  • If the given bdf_file path fails to convert to a string. This can occur when there is a null character mid way in the string.
  • If the C++ library returns us a null pointer when loading the font.

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Casts the value.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Casts the value.

Casts the value.

Casts the value.

Performs the conversion.

Performs the conversion.

Casts the value.

OverflowingCasts the value.

Casts the value.

Casts the value.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Casts the value.

UnwrappedCasts the value.

Casts the value.

WrappingCasts the value.