Struct scroll_phat_hd::display::TermDisplay [] [src]

pub struct TermDisplay {}

A virtual display that outputs its buffer to the terminal from which the binary is attached.

Useful for debugging or prototyping, as it does not require a physical display to be connected.

Methods

impl TermDisplay
[src]

[src]

Trait Implementations

impl Display for TermDisplay
[src]

[src]