pub struct Writer<'d, const N: usize>(/* private fields */);
Expand description
A writer that writes to the USB logger buffer.
Trait Implementations§
Auto Trait Implementations§
impl<'d, const N: usize> Freeze for Writer<'d, N>
impl<'d, const N: usize> !RefUnwindSafe for Writer<'d, N>
impl<'d, const N: usize> Send for Writer<'d, N>
impl<'d, const N: usize> Sync for Writer<'d, N>
impl<'d, const N: usize> Unpin for Writer<'d, N>
impl<'d, const N: usize> !UnwindSafe for Writer<'d, N>
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