pub struct RTTLogger { /* private fields */ }
Expand description
An RTT-based logger implementation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RTTLogger
impl RefUnwindSafe for RTTLogger
impl Send for RTTLogger
impl Sync for RTTLogger
impl Unpin for RTTLogger
impl UnwindSafe for RTTLogger
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