pub struct ItmSync<M: InterruptModer> { /* private fields */ }Expand description
ITM backed printer with Sync
Implementations§
Trait Implementations§
Source§impl<Mode: InterruptModer> Printer for ItmSync<Mode>
impl<Mode: InterruptModer> Printer for ItmSync<Mode>
impl<Mode: InterruptModer> Sync for ItmSync<Mode>
Auto Trait Implementations§
impl<M> !Freeze for ItmSync<M>
impl<M> !RefUnwindSafe for ItmSync<M>
impl<M> Send for ItmSync<M>where
M: Send,
impl<M> Unpin for ItmSync<M>where
M: Unpin,
impl<M> UnwindSafe for ItmSync<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