pub struct LoggerState<'d> { /* private fields */ }
Expand description
The logger state containing buffers that must live as long as the USB peripheral.
Implementations§
Source§impl<'d> LoggerState<'d>
impl<'d> LoggerState<'d>
Auto Trait Implementations§
impl<'d> !Freeze for LoggerState<'d>
impl<'d> !RefUnwindSafe for LoggerState<'d>
impl<'d> !Send for LoggerState<'d>
impl<'d> !Sync for LoggerState<'d>
impl<'d> Unpin for LoggerState<'d>
impl<'d> !UnwindSafe for LoggerState<'d>
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