pub struct DebugConsole {
pub entries: Vec<ConsoleEntry>,
pub config: DebugConsoleConfig,
/* private fields */
}Expand description
The debug console — stores log entries with severity.
Fields§
§entries: Vec<ConsoleEntry>§config: DebugConsoleConfigAuto Trait Implementations§
impl Freeze for DebugConsole
impl RefUnwindSafe for DebugConsole
impl Send for DebugConsole
impl Sync for DebugConsole
impl Unpin for DebugConsole
impl UnsafeUnpin for DebugConsole
impl UnwindSafe for DebugConsole
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