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

pub struct Itm<M: InterruptModer> { /* fields omitted */ }

ITM backed printer

Methods

impl<M: InterruptModer> Itm<M>[src]

pub fn new(itm: Itm) -> Self[src]

Constructs new instance

Trait Implementations

impl<Mode: InterruptModer> Printer for Itm<Mode>[src]

type W = Itm

type M = Mode

fn print(&mut self, args: Arguments)[src]

Prints formatted output to destination

fn println(&mut self, args: Arguments)[src]

Prints formatted output to destination with newline

Auto Trait Implementations

impl<M> Send for Itm<M> where
    M: Send

impl<M> !Sync for Itm<M>

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self