Struct cortex_m_semihosting::hio::HStdout [] [src]

pub struct HStdout { /* fields omitted */ }

Host's standard output

Methods

impl HStdout
[src]

[src]

Attempts to write an entire buffer into this sink

Trait Implementations

impl Write for HStdout
[src]

[src]

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

1.1.0
[src]

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

1.0.0
[src]

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

Auto Trait Implementations

impl Send for HStdout

impl Sync for HStdout