pub struct Printk { /* private fields */ }
Expand description

Structure to render characters to the framebuffer

Implementations

Creates a new empty logging interface

Draws black-and-white pixels on the screen

Renders characters from the noto-sans-mono-bitmap crate

Moves down by distance number of pixels

Moves to the beginning of a line

Moves down one line

Moves to the top of the page

Clears the screen

Gets the width of the framebuffer

Gets the height of the framebuffer

Prints an individual character on the screen

Trait Implementations

Writes a string slice into this writer, returning whether the write succeeded. Read more

Writes a char into this writer, returning whether the write succeeded. Read more

Glue for usage of the write! macro with implementors of this trait. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

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.