pub struct Printk { /* private fields */ }
Expand description
Structure to render characters to the framebuffer
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 to the top of the page
Gets the width of the framebuffer
Gets the height of the framebuffer
Prints an individual character on the screen
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
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.