Struct cortex_m_log::destination::itm::Itm [] [src]

pub struct Itm { /* fields omitted */ }

ITM based destination

Methods

impl Itm
[src]

[src]

Creates new instance by taking ownership of ITM register block

Trait Implementations

impl Write for Itm
[src]

[src]

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

[src]

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

1.1.0
[src]

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

Auto Trait Implementations

impl Send for Itm

impl !Sync for Itm