pub struct UsbLogger<const N: usize> { /* private fields */ }
Expand description
The logger handle, which contains a pipe with configurable size for buffering log messages.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const N: usize> !Freeze for UsbLogger<N>
impl<const N: usize> !RefUnwindSafe for UsbLogger<N>
impl<const N: usize> Send for UsbLogger<N>
impl<const N: usize> Sync for UsbLogger<N>
impl<const N: usize> Unpin for UsbLogger<N>
impl<const N: usize> UnwindSafe for UsbLogger<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