pub struct LOGGER_STATE { /* private fields */ }👎Deprecated since 0.4.0:
use egui_lens instead — egui_mobius_components is the predecessor logger superseded by egui_lens
Trait Implementations§
Source§impl Deref for LOGGER_STATE
impl Deref for LOGGER_STATE
impl LazyStatic for LOGGER_STATE
Auto Trait Implementations§
impl Freeze for LOGGER_STATE
impl RefUnwindSafe for LOGGER_STATE
impl Send for LOGGER_STATE
impl Sync for LOGGER_STATE
impl Unpin for LOGGER_STATE
impl UnsafeUnpin for LOGGER_STATE
impl UnwindSafe for LOGGER_STATE
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