pub struct LogWindow { /* private fields */ }Expand description
The imgui frontend for ChanneledLogger.
Call build during your rendering stage
Implementations§
Auto Trait Implementations§
impl !Sync for LogWindow
impl Freeze for LogWindow
impl RefUnwindSafe for LogWindow
impl Send for LogWindow
impl Unpin for LogWindow
impl UnsafeUnpin for LogWindow
impl UnwindSafe for LogWindow
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