Struct rad1o_l0dable::lcd::Stdout[][src]

pub struct Stdout;

Writes onto the display

Trait Implementations

impl Write for Stdout
[src]

Writes a slice of bytes 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

impl Send for Stdout

impl Sync for Stdout