pub struct ConsoleWriter;Expand description
ConsoleWriter is a custom implementation of core::fmt::Write
that writes formatted strings directly to the Windows console.
This is particularly useful in #[no_std] environments where
standard printing functions are unavailable.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConsoleWriter
impl RefUnwindSafe for ConsoleWriter
impl Send for ConsoleWriter
impl Sync for ConsoleWriter
impl Unpin for ConsoleWriter
impl UnwindSafe for ConsoleWriter
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