pub struct Stdout<'p, T: 'p>(pub &'p mut T);Expand description
Stdout implements the core::fmt::Write trait for embedded_io::Write implementations.
Tuple Fields§
§0: &'p mut TTrait Implementations§
Auto Trait Implementations§
impl<'p, T> Freeze for Stdout<'p, T>
impl<'p, T> RefUnwindSafe for Stdout<'p, T>where
T: RefUnwindSafe,
impl<'p, T> Send for Stdout<'p, T>where
T: Send,
impl<'p, T> Sync for Stdout<'p, T>where
T: Sync,
impl<'p, T> Unpin for Stdout<'p, T>
impl<'p, T> !UnwindSafe for Stdout<'p, T>
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