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