pub struct Itm<M: InterruptModer> { /* private fields */ }Expand description
ITM backed printer
Implementations§
Trait Implementations§
Source§impl<Mode: InterruptModer> Printer for Itm<Mode>
impl<Mode: InterruptModer> Printer for Itm<Mode>
Source§fn destination(&mut self) -> &mut Self::W
fn destination(&mut self) -> &mut Self::W
Returns destination writer. Read more
Auto Trait Implementations§
impl<M> Freeze for Itm<M>
impl<M> RefUnwindSafe for Itm<M>where
M: RefUnwindSafe,
impl<M> Send for Itm<M>where
M: Send,
impl<M> !Sync for Itm<M>
impl<M> Unpin for Itm<M>where
M: Unpin,
impl<M> UnwindSafe for Itm<M>where
M: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more